XPRDstart
XPRDstart |
Purpose
Synopsis
int XPRDstart();
Return value
0 if successful, a positive value otherwise.
Further information
1. This routine allows the user to start the
connection manager independently of the active connections as to keep it running if several connections are performed sequentially.
2. This routine is automatically called by
XPRDconnect after a connection succeeds.
3. The system keeps track of the number of times this routine has been called and the function
XPRDshutdown must be called the same number of times in order to actually shut down the manager.
Related topics