Expand Minimize

WDF_USB_INTERFACE_SETTING_PAIR structure

[Applies to KMDF and UMDF]

The WDF_USB_INTERFACE_SETTING_PAIR structure specifies an alternate setting for a specified USB interface.

Syntax


typedef struct _WDF_USB_INTERFACE_SETTING_PAIR {
  WDFUSBINTERFACE UsbInterface;
  UCHAR           SettingIndex;
} WDF_USB_INTERFACE_SETTING_PAIR, *PWDF_USB_INTERFACE_SETTING_PAIR;

Members

UsbInterface

A handle to a framework USB interface object.

SettingIndex

A device-specific index value that identifies an alternate setting for the interface. Alternate settings are described in the USB specification.

Remarks

The WDF_USB_INTERFACE_SETTING_PAIR structure is used in the WDF_USB_DEVICE_SELECT_CONFIG_PARAMS structure.

Requirements

Minimum KMDF version

1.0

Minimum UMDF version

2.0

Header

Wdfusb.h (include Wdfusb.h)

See also

WDF_USB_DEVICE_SELECT_CONFIG_PARAMS

 

 

Send comments about this topic to Microsoft

Show:
© 2014 Microsoft. All rights reserved.