// sensorscx.h
VOID SensorsCxSensorHistoryRetrievalCompleted(
SENSOROBJECT Sensor,
ULONG BytesWritten,
NTSTATUS InStatus
);
View the official Windows Driver Kit DDI referenceNo description available.
The SensorsCxSensorHistoryRetrievalCompleted function indicates that the history retrieval has completed.
SensorA reference to a sensor object.
BytesWrittenThe number of bytes.
InStatusThe status of the sensor object.