XPRDfinish
XPRDfinish |
Purpose
Synopsis
void XPRDfinish(XPRDcontext ctx);
Argument
ctx
|
Context to be released
|
Further information
This routine releases all resources used by the given context: all active connections are closed and the event queue is freed. A context can no longer be used after it has been passed to this function.
Related topics