User`s guide

FUNCTIONS
SDK SECTION 11
Page 158
GetSoftwareVersion
unsigned int WINAPI GetSoftwareVersion(unsigned int* eprom, unsigned int* cofFile, unsigned int*
vxdRev, unsigned int* vxdVer, unsigned int* dllRev, unsigned int* dllVer)
Description
This function returns the Software version information for the microprocessor code and the
driver.
Parameters
unsigned int* eprom: EPROM version
unsigned int* cofFile: COF file version
unsigned int *vxdRev: Driver revision number
unsigned int *vxdVer: Driver version number
unsigned int *dllRev: DLL revision number
unsigned int *dllVer: DLL version number
Return
unsigned int
DRV_SUCCESS
DRV_NOT_INITIALIZED
DRV_ACQUIRING
DRV_ERROR_ACK
Version information returned.
System not initialized.
Acquisition in progress.
Unable to communicate with card.
GetSpoolProgress
unsigned int WINAPI GetSpoolProgress(long* index)
Description
Deprecated see Note:
This function will return information on the progress of the current spool operation. The
value returned is the number of images that have been saved to disk during the current
kinetic scan.
Parameters
long* index: returns the number of files saved to disk in the current kinetic scan.
Return
unsigned int
DRV_SUCCESS
DRV_NOT_INITIALIZED
Spool progress returned.
System not initialized.
See also
SetSpool
NOTE: Deprecated by GetTotalNumberImagesAcquired