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.
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 |