BLOCK_RUN (Compact 2013)
3/26/2014
This structure describes a single run of blocks.
Syntax
typedef struct __BLOCK_RUN {
ULONG RegionIndex;
ULONGLONG StartBlock;
ULONG BlockCount;
} BLOCK_RUN;
Members
- RegionIndex
The region to apply the request to.
- StartBlock
The starting block relative to the start of the region.
- BlockCount
The number of blocks in the request.
Requirements
Header |
FlashCommon.h |