Share via


FMD_GetInfoEx (Windows Embedded CE 6.0)

1/6/2010

This function provides the layout of the regions in flash memory.

Syntax

BOOL FMD_GetInfoEx(
  PFlashInfoEx pFlashInfo,
  PDWORD pdwNumRegions
);

Parameters

  • pFlashInfo
    [out] A pointer to a structure that contains the size characteristics for the flash memory device.
  • pdwNumRegions
    [in] Number of flash regions.

Return Value

Returns TRUE on success. Returns FALSE on failure.

Remarks

Even for NOR flash memory, the media must be logically divided into sectors. The specific flash media driver (FMD) implementation determines how the sectors are divided.

Requirements

Header fmd.h
Library Developer Implemented
Windows Embedded CE Windows Embedded CE 6.0 and later

See Also

Reference

Flash Media Driver Functions
FlashInfoEx

Other Resources

Flash Drivers
Flash Media Driver Reference