User`s guide

FUNCTIONS
SDK SECTION 11
Page 105
GetCameraEventStatus
unsigned int WINAPI GetCameraEventStatus (DWORD * camStatus)
Description
This function will return if the system is exposing or not.
Parameters
DWORD * camStatus: The status of the firepulse will be returned that the firepulse is low
0 Fire pulse low
1 Fire pulse high
Return
unsigned int
DRV_SUCCESS
DRV_NOT_INITIALIZED
Status returned
System not initialized
See also
SetAcqStatusEvent, SetPCIMode
NOTE This is only supported by the CCI23 card.
GetCameraHandle
unsigned int WINAPI GetCameraHandle(long cameraIndex, long* cameraHandle)
Description
This function returns the handle for the camera specified by cameraIndex. When multiple
Andor cameras are installed the handle of each camera must be retrieved in order to
select a camera using the SetCurrentCamera function.
The number of cameras can be obtained using the GetAvailableCameras function.
Parameters
long cameraIndex: index of any of the installed cameras.
Valid values 0 to NumberCameras-1 where NumberCameras is the value
returned by the GetAvailableCameras function.
long* cameraHandle: handle of the camera.
Return
unsigned int
DRV_SUCCESS
DRV_P1INVALID
Camera handle returned.
Invalid camera index.
See also SetCurrentCamera, GetAvailableCameras, GetCurrentCamera