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 an individual reserved region. An array of these structures make up the reserved table located in the flash layout sector.
Syntax
typedef struct _ReservedEntry {
CHAR szName[RESERVED_NAME_LEN];
DWORD dwStartBlock;
DWORD dwNumBlocks;
} ReservedEntry, *PReservedEntry;
Members
- szName
Name of the reserved region.
- dwStartBlock
Starting physical block of the region. This is only applicable to NOR flash memory. Set to zero (0) for NAND flash memory.
- dwNumBlocks
Number of blocks in the region.
Requirements
| Header | fls.h |
| Windows Embedded CE | Windows Embedded CE 6.0 and later |