XNLSinit
XNLSinit |
Purpose
Synopsis
int XNLSinit(void);
Return value
0 if executed successfully, any other value indicates a failure.
Further information
1. This function initializes the library. It must be called before any other function described in this document may be executed.
2. This initialisation procedure may be called more than once. In this case the termination routine
XNLSfinish must be used the same number of times in order for all resources to be cleared.
Related topics