NWClearConnectionNumber
Logs out the specified connection
#include <nwconnec.h>
or
#include <nwcalls.h>
NWCCODE N_API NWClearConnectionNumber (
NWCONN_HANDLE connHandle,
nuint16 connNumber);
uses calwin32
Function NWClearConnectionNumber
(connHandle : NWCONN_HANDLE;
connNumber : nuint16
) : NWCCODE;
These are common return values; see Return Values (Return Values for C) for more information.
You must have SUPERVISOR or equivalent rights to call NWClearConnectionNumber. Otherwise, NO_CONSOLE_PRIVILEGES will be returned.
NWClearConnectionNumber clears a connection from a server connection table while the NWCCCloseConn function clears a local connection handle for a client.