EVT_UCX_USBDEVICE_RESUME - NtDoc

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

EVT_UCX_USBDEVICE_RESUME EvtUcxUsbdeviceResume;

VOID EvtUcxUsbdeviceResume(
  [in] UCXCONTROLLER UcxController,
  [in] UCXUSBDEVICE UcxUsbDevice
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nc-ucxusbdevice-evt_ucx_usbdevice_resume)

EVT_UCX_USBDEVICE_RESUME callback function

Description

UCX invokes this callback function to resume a device from suspend state.

Parameters

UcxController [in]

A handle to the UCX controller that the client driver received in a previous call to the UcxControllerCreate method.

UcxUsbDevice [in]

A handle to a UCX object that represents the USB device that the client driver received in a previous call to the UcxUsbDeviceCreate method.

Remarks

The UCX client driver registers its implementation with the USB host controller extension (UCX) by calling the UcxUsbDeviceCreate method.