UDECX_USB_DEVICE_FUNCTION_POWER - NtDoc

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

typedef enum _UDECX_USB_DEVICE_FUNCTION_POWER {
  UdecxUsbDeviceFunctionNotSuspended,
  UdecxUsbDeviceFunctionSuspendedCannotWake,
  UdecxUsbDeviceFunctionSuspendedCanWake
} UDECX_USB_DEVICE_FUNCTION_POWER, *PUDECX_USB_DEVICE_FUNCTION_POWER;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_UDECX_USB_DEVICE_FUNCTION_POWER enumeration

Description

Defines values for function wake capability of a virtual USB 3.0 device.

Constants

UdecxUsbDeviceFunctionNotSuspended

The USB interface cannot enter function suspend.

UdecxUsbDeviceFunctionSuspendedCannotWake

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

UdecxUsbDeviceFunctionSuspendedCanWake

The USB interface can send a wake signal to the host controller when the function is in suspend state.

See also

EVT_UDECX_USB_DEVICE_SET_FUNCTION_SUSPEND_AND_WAKE