FlashLayoutSector (Windows Embedded CE 6.0)
1/6/2010
This structure describes the flash memory layout, including the reserved and flash region tables.
Syntax
typedef struct _FlashLayoutSector {
BYTE abFLSSig[FLASH_LAYOUT_SIG_SIZE];
DWORD cbReservedEntries;
DWORD cbRegionEntries;
}FlashLayoutSector, *PFlashLayoutSector;
Members
- abFLSSig
Signature used to identify a sector.
- cbReservedEntries
Size, in bytes, of the array of ReservedEntry structures.
- cbRegionEntries
Size, in bytes, of the array of FlashRegion structures.
Requirements
Header | fls.h |
Windows Embedded CE | Windows Embedded CE 6.0 and later |