SECTOR_RUN (Compact 2013)
3/26/2014
This structure describes a single run of sectors.
Syntax
typedef struct __SECTOR_RUN {
ULONGLONG StartSector;
DWORD SectorCount;
} SECTOR_RUN;
Members
- StartSector
The starting sector of the request.
- SectorCount
The number of sectors in the request.
Requirements
Header |
FlashCommon.h |