| Home > C: Programming > AVI function descriptions > | History back Previous chapter Next chapter Print |
isavi_ExitEvent |
|
uEye Camera Manual Version 4.00
|
|
USB 2.0 USb 3.0 GigE |
- |
Syntax
INT isavi_ExitEvent (INT nAviID, INT which)
Description
isavi_ExitEvent() deletes the specified event. The deleted event no longer occurs and needs to be re-created using isavi_InitEvent() before it can be enabled and used.
Input parameters
nAviID |
Instance ID set by the isavi_InitAVI() function. |
which |
Name of the event to be deleted. |
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 |
One of the submitted parameters is outside the valid range. |
Related functions