Share via


FMD_Init (Windows CE 5.0)

Send Feedback

This function initializes the flash memory of a device.

PVOID FMD_Init(  LPCTSTRlpActiveReg,  PPCI_REG_INFOpRegIn,  PPCI_REG_INFOpRegOut);

Parameters

  • lpActiveReg
    [in] Pointer to the active registry string used to find device information from the registry. Set to NULL if not needed.
  • pRegIn
    [in] Pointer to a PCI_REG_INFO structure. Used to find flash hardware on PCI hardware. Set to NULL if not needed.
  • pRegOut
    [out] Pointer to a PCI_REG_INFO structure. Used to return flash information. Set to NULL if not needed.

Return Values

A handle that can be used in a call to FMD_Deinit. It is the responsibility of the specific flash media driver (FMD) implementation to determine what this value represents. A value of zero (0) represents failure.

Requirements

OS Versions: Windows CE .NET 4.2 and later.
Header: Fmd.h.
Link Library: Developer implemented.

See Also

Flash Media Drivers | Flash Media Driver Reference

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.