WDF_USB_INTERFACE_SETTING_PAIR - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// wdfusb.h

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

View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-wdfusb-_wdf_usb_interface_setting_pair)

_WDF_USB_INTERFACE_SETTING_PAIR structure

Description

[Applies to KMDF and UMDF]

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

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.

See also

WDF_USB_DEVICE_SELECT_CONFIG_PARAMS