Home > C: Programming > Function Descriptions > | History back Previous chapter Next chapter Print |
is_GetActiveImageMem |
uEye Camera Manual Version 3.80
is_GetActiveImageMem
USB 2.0 GigE |
USB 2.0 GigE |
Syntax
INT is_GetActiveImageMem (HIDS hCam, char** ppcMem, INT* pnID)
Description
is_GetActiveImageMem() returns the pointer to the starting address and the ID number of the active image memory.
If a Direct3D mode is active and image memory was nevertheless allocated, the pointer to the image memory and its ID will be returned. However, in Direct3D mode, the image will not be copied automatically to this image memory.
Input Parameters
hCam |
Camera handle |
ppcMem |
Returns the pointer to the starting address of the active image memory. |
pnID |
Returns the ID of the active image memory. |
Return Values
IS_SUCCESS |
Function executed successfully |
IS_NO_SUCCESS |
General error message |
Related Functions