User`s guide
FUNCTIONS
SDK SECTION 11
Page 91
SECTION 11 - FUNCTIONS
This section provides details of the various Functions available.
AbortAcquisition
unsigned int WINAPI AbortAcquisition(void)
Description
This function aborts the current acquisition if one is active.
Parameters
NONE
Return
unsigned int
DRV_SUCCESS
DRV_NOT_INITIALIZED
DRV_IDLE
DRV_VXDNOTINSTALLED
DRV_ERROR_ACK
Acquisition aborted.
System not initialized.
The system is not currently acquiring.
VxD not loaded.
Unable to communicate with card.
See also
GetStatus StartAcquisition
CancelWait
unsigned int WINAPI CancelWait(void)
Description
This function restarts a thread which is sleeping within the WaitForAcquisition function.
The sleeping thread will return from WaitForAcquisition with a value not equal to
DRV_SUCCESS.
Parameters
NONE
Return
unsigned int
DRV_SUCCESS Thread restarted successfully.
See also
WaitForAcquisition