Function LibraryExit

TMSi Data Acquisition SDK

 
TMS International BV

LibraryExit

int APIENTRY LibraryExit( 
HANDLE Handle )

Parameters

Handle

    Handle of the library


Return Value

The return value is an error code. If successful this function returns zero, else a non-zero value. If the function returns a non-zero value, you can NOT use GetErrorCodeMessage to get the string explaining the error code, because the library is already shut down.

Comments

The handle (and the library) can no longer be used after using this function. The function Close must be called before calling this function. To use the library again, call LibraryInit to get a new handle.

Also see

Close, LibraryInit