| Home > Function descriptions > | History back Previous chapter Next chapter Print |
SetAllocatedImageMem |
|
uEye ActiveX Manual Version 4.00
Syntax
LONG SetAllocatedImageMem (LONG pBuffer, LONG lSize)
Description
With SetAllocatedImageMem() the uEye ActiveX control discards its own image buffers and uses the one(s) supplied by the application. You can use more than one buffer by successive calls to SetAllocatedImageMem().
Parameters
pBuffer |
pBuffer is interpreted as the address of the image buffer. |
lSize |
The size of the buffer, which must at least be big enough to hold an image with current size and bit depth. |
Return values
IS_SUCCESS |
Function executed successfully |
IS_NO_SUCCESS |
General error message |
|
|
Related functions