SECTOR_RUN (Windows Embedded CE 6.0)
1/6/2010
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 |
Windows Embedded CE | Windows Embedded CE 6.0 R2 |