Function Close

TMSi Data Acquisition SDK

 
TMS International BV

Close

BOOL Close(
IN HANDLE Handle
);

Parameters

Handle
   
The handle of the library 

Return Value

If successful this function returns TRUE. If the function returns FALSE, use GetErrorCode to get the error code.

Comments

This function closes the connection to the frontend. To reconnect, call Open.

Also see

Open