UdecxUsbDeviceSignalWake - NtDoc

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

VOID UdecxUsbDeviceSignalWake(
  [in] UDECXUSBDEVICE UdecxUsbDevice
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-udecxusbdevice-udecxusbdevicesignalwake)

UdecxUsbDeviceSignalWake function

Description

Initiates wake up from a low link power state for a virtual USB 2.0 device.

Parameters

UdecxUsbDevice [in]

A handle to UDE device object. The client driver retrieved this pointer in the previous call to UdecxUsbDeviceCreate.

Remarks

The client driver for the device must have enabled wake capability in the most recent EVT_UDECX_USB_DEVICE_D0_EXIT call.

See also

Architecture: USB Device Emulation (UDE)

EVT_UDECX_USB_DEVICE_D0_EXIT

Write a UDE client driver