Function Free

TMSi Data Acquisition SDK

 
TMS International BV

Free

BOOL Free(
IN VOID *Memory
);

Parameters

Memory
   
Pointer to the memory block that has to be released. 

Return Value

If successful this function returns TRUE. If the release of the memory block failed for any reason it will return FALSE.

Comments

Use this function to release any memory structures allocated by the TMSiSDK DLL only.
After this function is called, the pointer to the memory should NOT be used anymore.

Also See

GetSignalFormat