SDCARD_DEVICE_TYPE
Other versions of this page are also available for the following:
8/28/2008
This enumerated type describes the SD device type.
Syntax
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
Header | sdcardddk.h |
Windows Embedded CE | Windows CE 5.0 and later |