NWCCOpenConnByRef
Opens a connection associated with the given connection reference
#include <nwclxcon.h>
N_EXTERN_LIBRARY NWRCODE NWCCOpenConnByRef (
nuint32 connRef,
nuint openState,
nuint reserved,
pNWCONN_HANDLE pConnHandle);
uses clxwin32
Function NWCCOpenConnByRef
(connRef : nuint32;
openState : nuint;
reserved : nuint;
pConnHandle : pNWCONN_HANDLE
) : NWRCODE;
These are common return values; see Return Values (Return Values for C) for more information.
NWCCScanConnRefs can be called to get the connection reference.
connRef can be used to get information about the connection, but a valid connection handle must be used to make actual requests to the connection.