Home > C: Programming > AVI Function Descriptions > | History back Previous chapter Next chapter Print |
isavi_EnableEvent |
uEye Camera Manual Version 3.80
isavi_EnableEvent
USB 2.0 GigE |
- |
Syntax
INT isavi_EnableEvent (INT nAviID, INT which)
Description
isavi_DisableEvent() enables the specified event. The enabled event triggers an event notification when the associated event occurs.
Input Parameters
nAviID |
Instance ID set by the isavi_InitAVI() function. |
which |
Name of the event to be enabled. |
IS_AVI_SET_EVENT_FRAME_SAVED |
A new frame was saved to the AVI file. |
Return Values
IS_AVI_NO_ERR |
Function executed successfully |
IS_AVI_ERR_INVALID_ID |
The indicated AVI instance could not be found. Either the AVI ID is invalid or the instance has already been deleted using isavi_ExitAVI(). |
IS_AVI_ERR_PARAMETER |
An invalid event was specified for the which parameter. |
Related Functions