Home > C: Programming > Function Descriptions > | History back Previous chapter Next chapter Print |
is_FreeImageMem |
uEye Camera Manual Version 3.80
is_FreeImageMem
USB 2.0 GigE |
USB 2.0 GigE |
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.
|
Input Parameters
hCam |
Camera handle |
pcImgMem |
Points to the starting address of the memory (e.g. set in the is_AllocImageMem() function) |
id |
ID of this memory |
Return Values
IS_SUCCESS |
Function executed successfully |
IS_NO_SUCCESS |
General error message |
Related Functions