Initializing help system before first use

XPRDfinish

XPRDfinish


Purpose
Release an XPRD context.
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