© 2016 Thorlabs Scientific Imaging
4 Programming (SDK)
399
4.4.6 isavi_ExitEvent
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
Instance ID set by the isavi_InitAVI() function.
Name of the event to be deleted.
IS_AVI_SET_EVENT_FRAME_SAVED
A new frame was saved to the AVI file.
Return values
Function executed successfully.
The indicated AVI instance could not be found.
Either the AVI ID is invalid or the instance has
already been deleted using isavi_ExitAVI().
One of the submitted parameters is outside the
valid range.
Related functions
isavi_InitEvent()
isavi_EnableEvent()
isavi_DisableEvent()