UdecxWdfDeviceResetComplete function (udecxwdfdevice.h)
Informs the USB device emulation class extension (UdeCx) that the reset operation on the specified controller has competed.
Syntax
void UdecxWdfDeviceResetComplete(
WDFDEVICE UdeWdfDevice
);
Parameters
UdeWdfDevice
A handle to a framework device object that represents the controller that has been reset. The client driver initialized this object in the previous call to UdecxWdfDeviceAddUsbDeviceEmulation.
Return value
None
Remarks
When the class extension calls the EVT_UDECX_WDF_DEVICE_RESET callback function, that call is asynchronous. The client driver must call UdecxWdfDeviceResetComplete to notify the class extension when the reset operation is complete with appropriate status information.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10 |
Minimum supported server | Windows Server 2016 |
Target Platform | Windows |
Minimum KMDF version | 1.15 |
Header | udecxwdfdevice.h (include Udecx.h) |
Library | Udecxstub.lib |
IRQL | <=DISPATCH_LEVEL |