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.
1/6/2010
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 |