Syntax
DisableEvent (INT nWhich)
Description
Disables the event indicated here. The event (e.g. image capture completed) will usually still occur, but will no longer trigger an event signal. Disabled events are no longer signaled to the application. You can re-enable the desired event using EnableEvent. See also InitEvent.
Parameter
•nWhich: ID of the event to be disabled. See EnableEvent.
Interface
Related functions