// ucxusbdevice.h
EVT_UCX_USBDEVICE_RESUME EvtUcxUsbdeviceResume;
VOID EvtUcxUsbdeviceResume(
[in] UCXCONTROLLER UcxController,
[in] UCXUSBDEVICE UcxUsbDevice
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
UCX invokes this callback function to resume a device from suspend state.
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.
The UCX client driver registers its implementation with the USB host controller extension (UCX) by calling the UcxUsbDeviceCreate method.