NWCCGetAllConnRefInfo
Returns all information for a specified connection reference
#include <nwclxcon.h>
N_EXTERN_LIBRARY NWRCODE NWCCGetAllConnRefInfo (
nuint32 connRef,
nuint connInfoVersion,
pNWCCConnInfo connInfoBuffer);
uses clxwin32
Function NWCCGetAllConnRefInfo
(connRef : nuint32;
connInfoVersion : nuint;
connInfoBuffer : pNWCCConnInfo
) : NWRCODE;
These are common return values; see Return Values (Return Values for C) for more information.
The connInfoVersion parameter specifies which version of the NWCCConnInfo structure will be used.
If the connInfoVersion parameter is set to NWCC_INFO_VERSION_2 or higher, the tranAddr field of the NWCCConnInfo structure must be set to NULL or initialized.
You must allocate the connInfoBuffer parameter. It will be returned with all the connection information.
NWGetConnectionInformation, NWGetUserInfo (Server Management)