NWMakeConnPermanent(3nw)


NWMakeConnPermanent -- keeps connection from being detached until NWSysCloseConn

Synopsis

   #include <nwconnec.h> 
   

NWCCODE N_API NWMakeConnPermanent( NWCONN_HANDLE conn);

Description

The parameters are as follows:

conn
(IN) Indicates the open connection handle associated with the connection to be made permanent.

Return values

0x0000
SUCCESSFUL

0x8801
INVALID_CONNECTION

Notices

NWMakeConnPermanent allows the connection to remain even after all processes using the connection terminate.

Services

Connection

NCP calls

None

References

NWSysCloseConn(3nw)
30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.