UcxUsbDeviceRemoteWakeNotification function (ucxusbdevice.h)

Notifies UCX that a remote wake signal from the device is received.

Syntax

void UcxUsbDeviceRemoteWakeNotification(
  [in] UCXUSBDEVICE UsbDevice,
  [in] ULONG        Interface
);

Parameters

[in] UsbDevice

A handle to the USB device object for which the remote wake is received. The client driver retrieved the handle in a previous call to UcxUsbDeviceCreate.

[in] Interface

The interface number that sent the remote wake notification.

Return value

None

Remarks

This function completes the pending remote wake request from the request driver such as the hub driver or usbccgp driver. If no such request is found, this notification is ignored.

Requirements

Requirement Value
Minimum supported client Windows 10
Target Platform Windows
Minimum KMDF version 1.0
Minimum UMDF version 2.0
Header ucxusbdevice.h (include Ucxclass.h)
IRQL <=DISPATCH_LEVEL

See also

UcxUsbDeviceCreate