NWCCMakeConnPermanent(3nw)
NWCCMakeConnPermanent --
keeps specified connection from being detached until NWCCSysCloseConnRef
Synopsis
#include <nwclxcon.h>
N_EXTERN_LIBRARY NWRCODE NWCCMakeConnPermanent
(NWCONN_HANDLE connHandle);
Description
The parameters are as follows:
- connHandle
-
(IN) Specifies the open connection handle associated with the connection to be
made permanent.
Return values
- 0x0000
-
SUCCESS
- 0x8801
-
NWE_CONN_INVALID
- 0x8869
-
NWE_ACCESS_VIOLATION
- 0x8872
-
NWE_INVALID_OWNER
Notices
NWCCMakeConnPermanent keeps the connection from becoming detached
until a NWCCSysCloseConnRef function is made. This allows the
connection to remain intact
after the termination of all processes having that connection open.
Services
Connection
30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.