User`s guide
FUNCTIONS
SDK SECTION 11
Page 137
GetImages16
unsigned int WINAPI GetImages16(long first, long last, WORD* arr, unsigned long size, long*
validfirst, long* validlast)
Description
16-bit version of the
GetImages function.
Parameters
long first: index of first image in buffer to retrieve.
long last: index of last image in buffer to retrieve.
WORD* arr: pointer to data storage allocated by the user.
unsigned long size: total number of pixels.
long* validfirst: index of the first valid image.
long* validlast: index of the last valid image.
Return
unsigned int
DRV_SUCCESS
DRV_NOT_INITIALIZED
DRV_ERROR_ACK
DRV_GENERAL_ERRORS
DRV_P3INVALID
DRV_P4INVALID
DRV_NO_NEW_DATA
Images have been copied into array.
System not initialized.
Unable to communicate with card.
The series is out of range.
Invalid pointer (i.e. NULL).
Array size is incorrect.
There is no new data yet.
See also
GetImages, GetNumberNewImages
GetImagesPerDMA
unsigned int WINAPI GetImagesPerDMA (unsigned long* images)
Description
This function will return the maximum number of images that can be transferred during a
single DMA transaction.
Parameters
unsigned long* images:
Return
unsigned int
DRV_SUCCESS
GetIRQ
unsigned int WINAPI GetIRQ (int* IRQ)
Description THIS FUNCTION IS RESERVED.