UDECX_USB_DEVICE_WAKE_SETTING - NtDoc

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

typedef enum _UDECX_USB_DEVICE_WAKE_SETTING {
  UdecxUsbDeviceWakeDisabled,
  UdecxUsbDeviceWakeEnabled,
  UdecxUsbDeviceWakeNotApplicable
} UDECX_USB_DEVICE_WAKE_SETTING, *PUDECX_USB_DEVICE_WAKE_SETTING;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-udecxusbdevice-_udecx_usb_device_wake_setting)

_UDECX_USB_DEVICE_WAKE_SETTING enumeration

Description

Defines values for remote wake capability of a virtual USB device.

Constants

UdecxUsbDeviceWakeDisabled

The USB device cannot send a wake signal to the host controller.

UdecxUsbDeviceWakeEnabled

The USB device can send a wake signal to the host controller.

UdecxUsbDeviceWakeNotApplicable

This value is used only if the USB device is a SuperSpeed device.

See also

EVT_UDECX_USB_DEVICE_D0_EXIT