UdecxUsbDeviceSetFunctionSuspendAndWakeComplete - NtDoc

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

VOID UdecxUsbDeviceSetFunctionSuspendAndWakeComplete(
  [in] UDECXUSBDEVICE UdecxUsbDevice,
  [in] NTSTATUS       CompletionStatus
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

UdecxUsbDeviceSetFunctionSuspendAndWakeComplete function

Description

Completes an asynchronous request for changing the power state of a particular function of a virtual USB 3.0 device.

Parameters

UdecxUsbDevice [in]

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

CompletionStatus [in]

An appropriate NTSTATUS error code that indicates the success or failure of the asynchronous operation.

See also

Architecture: USB Device Emulation (UDE)

EVT_UDECX_USB_DEVICE_SET_FUNCTION_SUSPEND_AND_WAKE

Write a UDE client driver