// hidspicx.h
VOID HidSpiCxNotifyDeviceReset(
WDFDEVICE Device
);
View the official Windows Driver Kit DDI referenceNo description available.
Informs the class extension of a requirement to reset the device.
DeviceA handle to a framework device object the client driver obtained from a previous call to WdfDeviceCreate.
The client driver may call the HidSpiCxNotifyDeviceReset function at any time when the device is in, or transitioning to D0. The class extension then calls the EVT_HIDSPICX_RESETDEVICE callback for the device. The device is then reinitialized by the class extension.