FlashInfo (Windows CE 5.0)

Send Feedback

This structure contains information on specified flash memory.

typedef struct _FlashInfo {FLASH_TYPEflashType;DWORDdwNumBlocks;DWORDdwBytesPerBlock;  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

OS Versions: Windows CE .NET 4.2 and later.
Header: Fmd.h.

See Also

Flash Media Driver Structures | Flash Media Driver Reference | Flash Media Drivers

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.