Skip to content

Latest commit

 

History

History
65 lines (51 loc) · 2.15 KB

nc-ucxusbdevice-evt_ucx_usbdevice_resume.md

File metadata and controls

65 lines (51 loc) · 2.15 KB
UID title description old-location tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames f1_keywords topic_type api_type api_location api_name
NC:ucxusbdevice.EVT_UCX_USBDEVICE_RESUME
EVT_UCX_USBDEVICE_RESUME (ucxusbdevice.h)
UCX invokes this callback function to resume a device from suspend state.
buses\evt_ucx_usbdevice_resume.htm
usbref
05/07/2018
EVT_UCX_USBDEVICE_RESUME callback function
*PFN_UCX_USBDEVICE_RESUME, *PFN_UCX_USBDEVICE_RESUME callback function [Buses], EVT_UCX_USBDEVICE_RESUME, EVT_UCX_USBDEVICE_RESUME callback, EvtUcxDeviceResume, EvtUcxDeviceResume callback function [Buses], buses.evt_ucx_usbdevice_resume, ucxusbdevice/EvtUcxDeviceResume
ucxusbdevice.h
Ucxclass.h
Windows
Windows 10, version 1709
Windows Server 2016
1.0
2.0
PASSIVE_LEVEL
Windows
EVT_UCX_USBDEVICE_RESUME
ucxusbdevice/EVT_UCX_USBDEVICE_RESUME
APIRef
kbSyntax
UserDefined
ucxusbdevice.h
EVT_UCX_USBDEVICE_RESUME

EVT_UCX_USBDEVICE_RESUME callback function

-description

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

-parameters

-param UcxController [in]

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

-param 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.