Share via


FMD_GetInfo (Windows Embedded CE 6.0)

1/6/2010

This function determines the size characteristics for the flash memory device.

Syntax

BOOL FMD_GetInfo(
  PFlashInfo pFlashInfo
);

Parameters

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

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 CE .NET 4.2 and later

See Also

Reference

Flash Media Driver Functions
FlashInfo

Other Resources

Flash Drivers
Flash Media Driver Reference