Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This enumerated type describes the SD device type.
typedef enum _SDCARD_DEVICE_TYPE {Device_Unknown,
Device_MMC,
Device_SD_Memory,
Device_SD_IO,
Device_SD_Combo} SDCARD_DEVICE_TYPE, *PSDCARD_DEVICE_TYPE;
Elements
- Device_Unknown
SD card type cannot be identified. - Device_MMC
SC card type is a multimedia card (MMC). - Device_SD_Memory
SD card type is an SD memory card. - Device_SD_IO
SD card type is an SDIO card. - Device_SD_Combo
Intermediate device type reserved for use by the bus driver.
Requirements
OS Versions: Windows CE 5.0 and later.
Header: Sdcardddk.h.
See Also
Secure Digital Card Driver Enumerations
Send Feedback on this topic to the authors