![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
Section contents
csocket.oxh
See Also
this& = NewIASDatabaseEntry&:
<TBS>
this& |
A handle which represents the created IAS database entry object |
If the object could not be created then an error is generated
which should be trapped by an ONERR
handler.
LOCAL this& this& = NewIASDatabaseEntry&: DeleteIASDatabaseEntry:(this&)
DeleteIASDatabaseEntry:(BYREF this&)
<TBS>
BYREF this& |
A handle for an IAS database entry object. A zero value is written back into the variable |
LOCAL this$ this& = NewIASDatabaseEntry&: DeleteIASDatabaseEntry:(this&)
IASDatabaseEntrySetAttributeName:(this&,name$)
<TBS>
this& |
A handle for an IAS database entry object |
name$ |
The attribute name. The maximum length is KIASAttributeName& . |
IASDatabaseEntrySetClassName:(this&,name$)
<TBS>
this& |
A handle for an IAS database entry object |
name$ |
The class name. The maximum length is KIASClassName& . |
IASDatabaseEntrySetToCharString:(this&,string$)
<TBS>
this& |
A handle for an IAS database entry object |
string$ |
A string. |
IASDatabaseEntrySetToInteger:(this&,value&)
<TBS>
this& |
A handle for an IAS database entry object |
value& |
An integer value. |
IASDatabaseEntrySetToOctetSeq:(this&,des&)
<TBS>
this& |
A handle for an IAS database entry object |
des& |
A handle to a descriptor object. |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |