NWCCUnlicenseConn(3nw)
NWCCUnlicenseConn --
unlicenses the specified licensed connection
Synopsis
#include <nwclxcon.h>
N_EXTERN_LIBRARY NWRCODE NWCCUnlicenseConn
(NWCONN_HANDLE connHandle);
Description
The parameters are as follows:
- connHandle
-
(IN) Specifies an open connection handle to become unlicensed.
Return values
- 0x0000
-
SUCCESS
- 0x8801
-
NWE_CONN_INVALID
- 0x8815
-
NWE_HANDLE_ALREADY_UNLICENSED
- 0x8869
-
NWE_ACCESS_VIOLATION
- 0x8872
-
NWE_INVALID_OWNER
Notices
A licensed connection can be unlicensed by calling NWCCUnlicenseConn. In the requester, NWCCUnlicenseConn will only unlicense the connection if there are no
other open handles to that connection that need to remain licensed.
Services
Connection
30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.