NWCCGetAllConnInfo
Returns all information for the specified connection
#include <nwclxcon.h>
N_EXTERN_LIBRARY NWRCODE NWCCGetAllConnInfo (
NWCONN_HANDLE connHandle,
nuint connInfoVersion,
pNWCCConnInfo connInfoBuffer);
uses clxwin32
Function NWCCGetAllConnInfo
(connHandle : NWCONN_HANDLE;
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 connInfoVersion 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)