NWFSE_NETWORK_ADDRESS
Returns the network address information. Used by NWGetServerConnInfo.
typedef struct
{
nuint32 addressType;
nuint32 addressSize;
pnuint8 address;
} NWFSE_NETWORK_ADDRESS;
Type
NWFSE_NETWORK_ADDRESS = packed Record
addressType : nuint32;
addressSize : nuint32;
address : pnuint8;
End;
If the address is an IP address, four bytes of the address are in printable order.
HINT:The declaration of address types 1 and 2 is different from the standard declaration (found at Network Address Types).