Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |