User`s guide

FUNCTIONS
SDK SECTION 11
Page 164
GetVirtualDMAAddress
unsigned int WINAPI GetVirtualDMAAddress(void** Address1, void** Address2)
Description THIS FUNCTION IS RESERVED.
GetVSSpeed
unsigned int WINAPI GetVSSpeed(int index, float* speed)
Description
As your Andor SDK system may be capable of operating at more than one vertical shift
speed this function will return the actual speeds available. The value returned is in
microseconds.
Parameters
int index: speed required
Valid values 0 to GetNumberVSSpeeds()-1
float* speed: speed in microseconds per pixel shift.
Return
unsigned int
DRV_SUCCESS
DRV_NOT_INITIALIZED
DRV_ACQUIRING
DRV_P1INVALID
Speed returned.
System not initialized.
Acquisition in progress.
Invalid index.
See also
GetNumberVSSpeeds, SetVSSpeed, GetFastestRecommendedVSSpeed