Initializing help system before first use

XPRDinit

XPRDinit


Purpose
Create a new XPRD context.
Synopsis
XPRDcontext XPRDinit();
Return value
The new context or NULL in case of error.
Further information
Each context created using this function must be released by a call to XPRDfinish.
Related topics