// udecxwdfdevice.h
VOID UdecxWdfDeviceResetComplete(
WDFDEVICE UdeWdfDevice
);
View the official Windows Driver Kit DDI referenceNo description available.
Informs the USB device emulation class extension (UdeCx) that the reset operation on the specified controller has competed.
UdeWdfDeviceA 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.
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.
Architecture: USB Device Emulation (UDE)