197SDK (Software development Kit)
© 2010 Thorlabs
7.3.51
is_InquireImageMem
Syntax
INT is_InquireImageMem (HIDS hCam,
char* pcMem, int nID,
int* pnX, int* pnY,
int* pnBits, int* pnPitch);
Description
is_InquireImageMem() reads out the properties of an allocated image memory.
Input Parameters
Pointer to the starting address of the image memory as allocated by
is_AllocImageMem()
ID of the image memory as allocated by is_AllocImageMem()
Returns the width used to define the image memory (can be 0).
Returns the height used to define the image memory (can be 0).
Returns the bit width used to define the image memory (can be 0).
Returns the line increment of the image memory (can be 0).
Return Values
Function executed successfully
Related Functions
is_AllocImageMem()
is_SetImageMem()
is_SetAllocatedImageMem()
is_GetColorDepth()
119
119
119
270
217
164