129SDK (Software development Kit)
© 2010 Thorlabs
7.3.8
is_CopyImageMemLines
Syntax
INT is_CopyImageMemLines (HIDS hCam, char* pcSource,
INT nID, INT nLines, char* pcDest)
Description
is_CopyImageMemLines() copies the contents of the image memory described by pcSource and
nID to the memory area to whose starting address pcDest points. The function only copies the
number of lines indicated by nLines.
The allocated memory must be large enough to accommodate the entire image in its current
format (bits per pixel).
Input Parameters
Pointer to the image memory
Number of lines to be copied
Pointer to the destination memory to copy the image to
Return Values
Function executed successfully
Related Functions
is_AllocImageMem()
is_SetAllocatedImageMem()
119
217