Home > C: Programming > Function Descriptions > | History back Previous chapter Next chapter Print |
is_EnableEvent |
uEye Camera Manual Version 3.80
is_EnableEvent
USB 2.0 GigE |
USB 2.0 GigE |
Syntax
INT is_EnableEvent (HIDS hCam, INT which)
Description
Using is_EnableEvent(), you release an event object initialized with is_InitEvent(). Following the release, the event messages for the created event object are enabled.
Input Parameters
hCam |
Camera handle |
which |
ID of the event to be released. See also is_InitEvent(). |
Return Values
IS_SUCCESS |
Function executed successfully |
IS_NO_SUCCESS |
General error message |
Related Functions
Sample Programs
• | SimpleLive (C++) |
• | uEyeEvent (C++) |