Skip to content

Latest commit

 

History

History
76 lines (59 loc) · 2.28 KB

ne-wdfusb-_wdf_usb_device_traits.md

File metadata and controls

76 lines (59 loc) · 2.28 KB
UID title description old-location tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames f1_keywords topic_type api_type api_location api_name
NE:wdfusb._WDF_USB_DEVICE_TRAITS
_WDF_USB_DEVICE_TRAITS (wdfusb.h)
The WDF_USB_DEVICE_TRAITS enumeration identifies USB device traits.
wdf\wdf_usb_device_traits.htm
wdf
02/26/2018
WDF_USB_DEVICE_TRAITS enumeration
DFUsbRef_504c0bd9-3ba7-47cc-a99d-ab54d46cbdc4.xml, WDF_USB_DEVICE_TRAITS, WDF_USB_DEVICE_TRAITS enumeration, WDF_USB_DEVICE_TRAIT_AT_HIGH_SPEED, WDF_USB_DEVICE_TRAIT_REMOTE_WAKE_CAPABLE, WDF_USB_DEVICE_TRAIT_SELF_POWERED, _WDF_USB_DEVICE_TRAITS, kmdf.wdf_usb_device_traits, wdf.wdf_usb_device_traits, wdfusb/WDF_USB_DEVICE_TRAITS, wdfusb/WDF_USB_DEVICE_TRAIT_AT_HIGH_SPEED, wdfusb/WDF_USB_DEVICE_TRAIT_REMOTE_WAKE_CAPABLE, wdfusb/WDF_USB_DEVICE_TRAIT_SELF_POWERED
wdfusb.h
Wdfusb.h
Windows
1.0
2.0
Windows
WDF_USB_DEVICE_TRAITS
_WDF_USB_DEVICE_TRAITS
wdfusb/_WDF_USB_DEVICE_TRAITS
WDF_USB_DEVICE_TRAITS
wdfusb/WDF_USB_DEVICE_TRAITS
APIRef
kbSyntax
HeaderDef
wdfusb.h
_WDF_USB_DEVICE_TRAITS
WDF_USB_DEVICE_TRAITS

_WDF_USB_DEVICE_TRAITS enumeration

-description

[Applies to KMDF and UMDF]

The WDF_USB_DEVICE_TRAITS enumeration identifies USB device traits.

-enum-fields

-field WDF_USB_DEVICE_TRAIT_SELF_POWERED:0x00000001

The device is self-powered.

-field WDF_USB_DEVICE_TRAIT_REMOTE_WAKE_CAPABLE:0x00000002

The device has a remote wakeup capability.

-field WDF_USB_DEVICE_TRAIT_AT_HIGH_SPEED:0x00000004

The device is operating at high speed or SuperSpeed.

-remarks

The WDF_USB_DEVICE_TRAITS enumeration is used in the WDF_USB_DEVICE_INFORMATION structure.

-see-also

WDF_USB_DEVICE_INFORMATION