BUS_DRIVER_SLOT_INFO (Compact 2013)
3/26/2014
This structure contains information about a bus driver slot. There is one BUS_DRIVER_SLOT_INFO structure per slot.
Syntax
typedef struct _BUS_DRIVER_SLOT_INFO {
DWORD HostIndex;
DWORD SlotIndex;
BOOL CardPresent;
SDCARD_DEVICE_TYPE DeviceType;
WCHAR Description[MAX_SD_DESCRIPTION_STRING];
SD_CARD_INTERFACE CardInterface;
} BUS_DRIVER_SLOT_INFO, *PBUS_DRIVER_SLOT_INFO;
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 structure that provides information on the physical nature of an SD card and its interface.
Requirements
Header |
sdcardddk.h |