Share via


FlashInfo (Windows Embedded CE 6.0)

1/6/2010

This structure contains information on specified flash memory.

Syntax

typedef struct _FlashInfo {
  FLASH_TYPE flashType;
  DWORD dwNumBlocks;
  DWORD dwBytesPerBlock;
  WORD wSectorsPerBlock;
  WORD wDataBytesPerSector;
} FlashInfo, *PFlashInfo;

Members

  • flashType
    Type of flash, either NAND or NOR.
  • dwNumBlocks
    Number of physical blocks in flash.
  • dwBytesPerBlock
    Number of bytes per block.
  • wSectorsPerBlock
    Number of sectors per block.
  • wDataBytesPerSector
    Number of data bytes per sector.

Requirements

Header fmd.h
Windows Embedded CE Windows CE .NET 4.2 and later

See Also

Reference

Flash Media Driver Structures

Other Resources

Flash Media Driver Reference
Flash Drivers