table of contents
other versions
- wheezy 2.2.6-9
| NWCLEARCONNECTIONNUMBER(3NCP) | NWCLEARCONNECTIONNUMBER(3NCP) |
NAME¶
NWClearConnectionNumber - Logs out the specified connectionSYNOPSIS¶
#include <nwcalls.h>DESCRIPTION¶
This function logs out specified connection from server. You must have SUPERVISOR rights to server.conn contains connection handle
obtained from ncp_open(3ncp) or NWParsePath(3ncp).
num contains connection number.
RETURN VALUE¶
Function returns zero on success and non-zero on failure.- NWE_CONSOLE_NO_PRIV
- You have not enough rights.
See nwerrors(3ncp) for complete list of error codes.
BUGS¶
None known.SEE ALSO¶
nwerrors(3ncp)| 04/13/1999 | libncp (>= 2.2.0.14) |