Share via


BUS_DRIVER_IN_SLOT_FUNCTION_POWER (Compact 2013)

3/26/2014

This structure contains slot and function index information

Syntax

typedef struct _BUS_DRIVER_IN_SLOT_FUNCTION_POWER {
  DWORD SlotIndex;
  DWORD FunctionNumber;
} BUS_DRIVER_IN_SLOT_FUNCTION_POWER, *PBUS_DRIVER_IN_SLOT_FUNCTION_POWER;

Members

  • SlotIndex
    Specifies the slot index. Slots start at zero (0).
  • FunctionNumber
    Specifies the function index. Functions start at one (1).

Requirements

Header

sdcardddk.h

See Also

Reference

Secure Digital (SD) Card Driver Structures