Share via


SDCARD_DEVICE_TYPE (Windows CE 5.0)

Send Feedback

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

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.