Share via


FlashInfoEx (Compact 2013)

3/26/2014

This structure stores information on specified flash memory and extends the functionality of the FlashInfo structure to include the desired number of regions.

Syntax

typedef struct _FlashInfoEx {
  DWORDcbSize;
  FLASH_TYPEflashType;
  DWORD dwNumBlocks;
  WORD dwDataBytesPerSector;
   DWORD dwNumRegions;
  FlashRegion region[1];
} FlashInfoEx, *PFlashInfoEx;

Members

  • cbSize
    Size of the structure.
  • flashType
    Type of flash, either NAND or NOR.
  • dwNumBlocks
    Number of physical blocks in flash memory.
  • dwDataBytesPerSector
    Number of data bytes per sector.
  • dwNumRegions
    Number of regions.

Requirements

Header

fmd.h

See Also

Reference

Flash Media Driver Structures
FlashInfo
FlashRegion