Share via


FlashInfoEx (Windows Embedded CE 6.0)

1/6/2010

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
Windows Embedded CE Windows Embedded CE 6.0 and later

See Also

Reference

Flash Media Driver Structures
FlashInfo
FlashRegion