FlashLayoutSector (Compact 2013)
3/26/2014
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 |