Share via


FMDInterface (Windows CE 5.0)

Send Feedback

This structure stores a list of the FMD functions and is passed to the FAL.

typedef struct _FMDInterface {DWORDcbSize;PFN_INITpInit;PFN_DEINITpDeInit;  PFN_GETINFO pGetInfo;  PFN_GETBLOCKSTATUS pGetBlockStatus;  PFN_SETBLOCKSTATUS pSetBlockStatus;  PFN_READSECTOR pReadSector;  PFN_WRITESECTOR pWriteSector;  PFN_ERASEBLOCK pEraseBlock;  PFN_POWERUP pPowerUp;  PFN_POWERDON pPowerDown  PFN_GETPHYSSECTORADDR pGetPhysSectorAddr;  PFN_GETINFOEX pGetInfoEx;PFN_OEMIOCONTROLpOEMIoControl;
}FMDInterface, *PFMDInterface;

Members

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.