HidSpiCxNotifyDeviceReset - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// hidspicx.h

VOID HidSpiCxNotifyDeviceReset(
  WDFDEVICE Device
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-hidspicx-hidspicxnotifydevicereset)

Description

Informs the class extension of a requirement to reset the device.

Parameters

Device

A handle to a framework device object the client driver obtained from a previous call to WdfDeviceCreate.

Remarks

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.

See also

WdfDeviceCreate

EVT_HIDSPICX_RESETDEVICE