// 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 referenceNo description available.
Defines values for remote wake capability of a virtual USB device.
UdecxUsbDeviceWakeDisabledThe USB device cannot send a wake signal to the host controller.
UdecxUsbDeviceWakeEnabledThe USB device can send a wake signal to the host controller.
UdecxUsbDeviceWakeNotApplicableThis value is used only if the USB device is a SuperSpeed device.