Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
1/6/2010
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 |
| Windows Embedded CE | Windows Embedded CE 6.0 R2 |