Home > C: Programming > Function Descriptions > | History back Previous chapter Next chapter Print |
is_ExitEvent |
uEye Camera Manual Version 3.80
is_ExitEvent
USB 2.0 GigE |
USB 2.0 GigE |
Syntax
INT is_ExitEvent (HIDS hCam, INT which)
Description
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_InitEvent(). |
Return Values
IS_SUCCESS |
Function executed successfully |
IS_NO_SUCCESS |
General error message |
Related Functions
Example
See also is_ForceTrigger()