HidSpiCxNotifyDeviceReset function (hidspicx.h)

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

Syntax

void HidSpiCxNotifyDeviceReset(
  WDFDEVICE Device
);

Parameters

Device

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

Return value

None

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.

Requirements

Requirement Value
Minimum supported client Windows 11
Header hidspicx.h
IRQL DISPATCH_LEVEL

See also

WdfDeviceCreate

EVT_HIDSPICX_RESETDEVICE