![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
Section contents
csocket.oxh
This record class is used to contain the results of name queries.
this& = NewNameEntry&:
Creates a name entry object and returns a handle to the created object.
this& |
A handle which represents the created name entry |
If the object could not be created then an error is generated
which should be trapped by an ONERR
handler.
DeleteNameEntry:(BYREF this&)
Destroys a name entry object.
BYREF this& |
A handle to a name entry. A zero value is written back into the variable |
addr& = NameEntryAddr&:(this&)
Returns a handle to a socket address object.
this& |
A handle to a name entry |
addr& |
A handle to a socket address |
flags& = NameEntryFlags&:(this&)
Returns the attributes about this name.
this& |
A handle to a name entry |
flags& |
Attribute about this name.
|
name$ = NameEntryName$:(this&)
Returns the host name in the name entry.
this& |
A handle to a name entry |
name$ |
A host name. The maximu size is KHostNameMax% |
If the name&
stringt cannot be created then
an error is generated which should be trapped by an ONERR
handler.
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |