C_FinaliseLibrary

Call C_FinaliseLibrary to finalise internal state of the library.

void C_FinaliseLibrary(

int *lpStatus

);

Parameters

lpStatus (OUT)

Points to a variable in which the status result for the function call will be returned.

Remarks

This function should be called before the library is unloaded. However, it is not necessary to call this function if the library is being unloaded because the process is terminating.

You must not call this function while inside a DllMain function.

After this function has been called, you must not make any further calls to the library.