WdfUsbTargetDeviceSelectSettingType 列挙 (wdfusb.h)
[KMDF と UMDF に適用]
WdfUsbTargetDeviceSelectSettingType 列挙は、USB インターフェイスの代替設定を指定するための手法を定義します。
構文
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 |
Header | wdfusb.h (Wdfusb.h を含む) |