NWCCSysCloseConnRef(3nw)
NWCCSysCloseConnRef --
closes and detaches the specified connection, including the connection reference and all connection handles for this connection
Synopsis
#include <nwclxcon.h>
N_EXTERN_LIBRARY NWRCODE NWCCSysCloseConnRef
(nuint32 connRef);
Description
The parameters are as follows:
- connRef
-
(IN) Specifies the connection handle to be destroyed.
Return values
- 0x0000
-
SUCCESS
- 0x8801
-
NWE_CONN_INVALID
- 0x8869
-
NWE_ACCESS_VIOLATION
Notices
NWCCSysCloseConnRef is similar to NWCCCloseConn, except that it forces all of the open handles to the connection to be closed, then detaches the connection.
This is a system level request that will cause all processes that are accessing this connection to lose access to the resources on this connection.
Services
Connection
30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.