ExitLibrary Method

This function unloads the library and relinquishes all allocated resources.
Syntax:
void ExitLibrary();
Remarks:

For every call to InitLibrary there should be a call to ExitLibrary. You can use this method to implement unloading of IC Imaging Control.

Information:

Introduced in version 3.1

See also: InitLibrary

<< Functions