다음을 통해 공유


WdfUsbTargetDeviceSelectSettingType 열거형(wdfusb.h)

[KMDF 및 UMDF에 적용]

WdfUsbTargetDeviceSelectSettingType 열거형은 USB 인터페이스에 대한 대체 설정을 지정하는 기술을 정의합니다.

Syntax

typedef enum _WdfUsbTargetDeviceSelectSettingType {
  WdfUsbInterfaceSelectSettingTypeDescriptor = 0x10,
  WdfUsbInterfaceSelectSettingTypeSetting = 0x11,
  WdfUsbInterfaceSelectSettingTypeUrb = 0x12
} WdfUsbTargetDeviceSelectSettingType;

상수

 
WdfUsbInterfaceSelectSettingTypeDescriptor
값: 0x10
USB_INTERFACE_DESCRIPTOR 구조를 제공하여 인터페이스의 대체 설정을 지정합니다.
WdfUsbInterfaceSelectSettingTypeSetting
값: 0x11
설정 인덱스 값을 제공하여 인터페이스의 대체 설정을 지정합니다.
WdfUsbInterfaceSelectSettingTypeUrb
값: 0x12
URB를 제공하여 인터페이스의 대체 설정을 지정합니다.

설명

WdfUsbTargetDeviceSelectSettingType 열거형은 WDF_USB_INTERFACE_SELECT_SETTING_PARAMS 구조체에 사용됩니다.

요구 사항

요구 사항
최소 KMDF 버전 1.0
최소 UMDF 버전 2.0
머리글 wdfusb.h(Wdfusb.h 포함)

추가 정보

Urb

USB_INTERFACE_DESCRIPTOR

WDF_USB_INTERFACE_SELECT_SETTING_PARAMS