NWCCLicenseConn(3nw)
NWCCLicenseConn --
licenses the specified connection
Synopsis
#include <nwclxcon.h>
N_EXTERN_LIBRARY NWRCODE NWCCLicenseConn
(NWCONN_HANDLE connHandle);
Description
The parameters are as follows:
- connHandle
-
(IN) Specifies an open connection handle in an unlicensed state.
Return values
- 0x0000
-
SUCCESS
- 0x8801
-
NWE_CONN_INVALID
- 0x8814
-
NWE_HANDLE_ALREADY_LICENSED
- 0x8869
-
NWE_ACCESS_VIOLATION
- 0x8872
-
NWE_INVALID_OWNER
Notices
NWCCLicenseConn causes a connection to become licensed. If necessary, the license NCP will be sent. If the specified handle is already in a licensed state, an error
(NWE_HANDLE_ALREADY_LICENSED) will be returned.
Services
Connection
30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.