![]() |
![]() |
---|---|
USB 2.0 USB 3.x GigE |
- |
Syntax
INT is_ExitEvent (HIDS hCam, INT which)
Description
This function is obsolete and should not be used anymore. We recommend to use the is_Event() function instead. |
is_ExitEvent() deletes an existing event object. After an event has been deleted, you can no longer enable it by calling the is_EnableEvent() function.
Input parameters
hCam |
Camera handle |
which |
ID of the event to be deleted. See also is_EnableEvent(). |
Return values
IS_INVALID_CAMERA_HANDLE |
Invalid camera handle |
IS_INVALID_PARAMETER |
One of the submitted parameters is outside the valid range or is not supported for this sensor or is not available in this mode. |
IS_NO_SUCCESS |
General error message |
IS_SUCCESS |
Function executed successfully |
Related functions