User`s guide
FUNCTIONS
SDK SECTION 11
Page 197
SetCameraStatusEnable
unsigned int WINAPI SetCameraStatusEnable(DWORD Enable)
Description
Use this function to Mask out certain types of acquisition status events. The default is to
notify on every type of event but this may cause missed events if different types of event
occur very close together. The bits in the mask correspond to the following event types:
0 – Fire pulse down event
1 – Fire pulse up event
Set the corresponding bit to 0 to disable the event type and 1 to enable the event type.
Parameters
DWORD Enable: bitmask with bits set for those events about which you wish to be
notified.
Return
unsigned int
DRV_SUCCESS
DRV_VXDNOTINSTALLED
Mask Set.
Device Driver not installed.
See also
SetAcqStatusEvent SetPCIMode
NOTE
Only available with PCI systems using the CCI-23 controller card
Fire pulse up event not available on USB systems.