NWCCMakeConnPermanent
Keeps the specified connection from being detached until NWCCSysCloseConnRef is called
#include <nwclxcon.h>
N_EXTERN_LIBRARY NWRCODE NWCCMakeConnPermanent (
NWCONN_HANDLE connHandle);
uses clxwin32
Function NWCCMakeConnPermanent
(connHandle : NWCONN_HANDLE
) : NWRCODE;
These are common return values; see Return Values (Return Values for C) for more information.
NWCCMakeConnPermanent keeps the connection from becoming detached until the NWCCSysCloseConnRef function is called and allows the connection to remain intact after the termination of all processes having that connection open.