// 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 referenceNo description available.
Defines values for function wake capability of a virtual USB 3.0 device.
UdecxUsbDeviceFunctionNotSuspendedThe USB interface cannot enter function suspend.
UdecxUsbDeviceFunctionSuspendedCannotWakeThe USB interface cannot send a wake signal to the host controller.
UdecxUsbDeviceFunctionSuspendedCanWakeThe USB interface can send a wake signal to the host controller when the function is in suspend state.
EVT_UDECX_USB_DEVICE_SET_FUNCTION_SUSPEND_AND_WAKE