Home > C: Programming > Function Descriptions > | History back Previous chapter Next chapter Print |
is_ExitImageQueue |
uEye Camera Manual Version 3.80
is_ExitImageQueue
USB 2.0 GigE |
USB 2.0 GigE |
Syntax
INT is_ExitImageQueue (HIDS hCam)
Description
is_ExitImageQueue() deletes a queue which has been initialized with is_InitImageQueue() and discards all information about the order of queued images. The image memories will be unlocked. The memory sequence itself persists and can be deleted with is_ClearSequence().
Input Parameters
hCam |
Camera handle |
Return Values
IS_SUCCESS |
Function executed successfully |
IS_NO_SUCCESS |
General error message |
Related Functions