NWCCCloseConn(3nw)
NWCCCloseConn --
closes the specified connection
Synopsis
#include <nwclxcon.h>
N_EXTERN_LIBRARY NWRCODE NWCCCloseConn
(NWC_CONN_HANDLE connHandle);
Description
The parameters are as follows:
- connHandle
-
(IN) Specifies the connection handle to be closed.
Return values
- 0x0000
-
SUCCESS
- 0x8801
-
NWE_CONN_INVALID
- 0x8869
-
NWE_ACCESS_VIOLATION
- 0x886C
-
NWE_RESOURCE_LOCK
- 0x8872
-
NWE_INVALID_OWNER
Notices
NWCCCloseConn is used to close an open conneciton handle. NWCCCloseConn can be considered the opposite to the three open calls: NWCCOpenConnByName,
NWCCOpenConnByAddr, and NWCCOpenConnByRef. After the connection handle is closed, the handle may not be used again to access the connection.
Services
Connection
30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.