NWCCSysCloseConnRef
Closes and detaches the specified connection, including the connection reference and all connection handles for this connection
#include <nwclxcon.h>
N_EXTERN_LIBRARY NWRCODE NWCCSysCloseConnRef (
nuint32 connRef);
uses clxwin32
Function NWCCSysCloseConnRef
(connRef : nuint32
) : NWRCODE;
These are common return values; see Return Values (Return Values for C) for more information.
NWCCSysCloseConnRef is similar to the NWCCCloseConn function. The exception is that NWCCSysCloseConnRef forces all of the open handles to the connection to be closed and detaches the connection.
NWCCSysCloseConnRef is a system level request that causes all processes that are accessing this connection to lose access to the resources on the connection.