147SDK (Software development Kit)
© 2010 Thorlabs
7.3.17
is_FreeImageMem
Syntax
INT is_FreeImageMem (HIDS hCam, char* pcImgMem, INT id)
Description
is_FreeImageMem() releases an image memory that was allocated using is_AllocImageMem()
and removes it from the driver management.
If the memory was not allocated using an SDK function, you need to call is_FreeImageMem() as
well. Otherwise, there may be errors when the driver keeps trying to access this memory.
This does however not release the memory. So you need to make sure that the memory will be
released again.
Input Parameters
Points to the starting address of the memory (e.g. set in the
is_AllocImageMem() function)
Return Values
Function executed successfully
Related Functions
is_AllocImageMem()
119
119
119