User`s guide

FUNCTIONS
SDK SECTION 11
Page 237
SetPCIMode
unsigned int WINAPI SetPCIMode(int mode, int value)
Description
With the CCI23 card, events can be sent when the camera is starting to expose and when
it has finished exposing. This function will control whether those events happen or not.
Parameters
int mode: currently must be set to 1
int value: 0 to disable the events, 1 to enable
Return
unsigned int
DRV_SUCCESS
DRV_NOT_INITIALIZED
DRV_ACQUIRING
DRV_P1INVALID
Acquisition mode set.
System not initialized.
Acquisition in progress.
Acquisition Mode invalid
See also
SetAcqStatusEvent SetCameraStatusEnable
NOTE This is only supported by the CCI23 card. The software must register its event via
the SetAcqStatusEvent. To specify which event the software is interested in use
the SetCameraStatusEnable.