SensorsCxSensorHistoryRetrievalCompleted - NtDoc

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

VOID SensorsCxSensorHistoryRetrievalCompleted(
  SENSOROBJECT Sensor,
  ULONG        BytesWritten,
  NTSTATUS     InStatus
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-sensorscx-sensorscxsensorhistoryretrievalcompleted)

SensorsCxSensorHistoryRetrievalCompleted function

Description

The SensorsCxSensorHistoryRetrievalCompleted function indicates that the history retrieval has completed.

Parameters

Sensor

A reference to a sensor object.

BytesWritten

The number of bytes.

InStatus

The status of the sensor object.

Remarks

See also