Home > C: Programming > Function Descriptions > | History back Previous chapter Next chapter Print |
is_CopyImageMem |
uEye Camera Manual Version 3.80
is_CopyImageMem
USB 2.0 GigE |
USB 2.0 GigE |
Syntax
INT is_CopyImageMem (HIDS hCam,
char* pcSource,
INT nID,
char* pcDest)
Description
is_CopyImageMem() copies the contents of the image memory described by pcSource and nID to the memory area to whose starting address pcDest points.
|
Input Parameters
hCam |
Camera handle |
pcSource |
Pointer to the image memory |
nID |
ID of this image memory |
pcDest |
Pointer to the destination memory to copy the image to |
Return Values
IS_SUCCESS |
Function executed successfully |
IS_NO_SUCCESS |
General error message |
Related Functions