Share via


BUS_DRIVER_SLOT_INFO_EX (Compact 2013)

3/26/2014

This structure contains information about a bus driver slot. There is one BUS_DRIVER_SLOT_INFO_EX structure per slot.

Syntax

typedef struct _BUS_DRIVER_SLOT_INFO_EX {
  DWORD HostIndex;
  DWORD SlotIndex;
  BOOL CardPresent;
  SDCARD_DEVICE_TYPE DeviceType;
  WCHAR Description[MAX_SD_DESCRIPTION_STRING];
  SD_CARD_INTERFACE_Ex CardInterface;
} BUS_DRIVER_SLOT_INFO_EX, *PBUS_DRIVER_SLOT_INFO_Ex;

Members

  • HostIndex
    The host controller index.
  • SlotIndex
    The slot index in the host controller.
  • CardPresent
    Indicates if a card is present.
  • DeviceType
    SDCARD_DEVICE_TYPE enumeration that indicates the Secure Digital (SD) device type.
  • Description
    Device description string.
  • CardInterface
    SD_CARD_INTERFACE_EX structure that provides extended information on the physical nature of an SD card and its interface.

Requirements

Header

sdcardddk.h

See Also

Reference

Secure Digital (SD) Card Driver Structures