PFN_SENSORSCXSENSORHISTORYRETRIEVALCOMPLETED - NtDoc

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

PFN_SENSORSCXSENSORHISTORYRETRIEVALCOMPLETED PfnSensorscxsensorhistoryretrievalcompleted;

VOID * PfnSensorscxsensorhistoryretrievalcompleted(
  [in] PSENSORSCX_DRIVER_GLOBALS DriverGlobals,
  [in] SENSOROBJECT Sensor,
  [in] ULONG BytesWritten,
  [in] NTSTATUS InStatus
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nc-sensorscx-pfn_sensorscxsensorhistoryretrievalcompleted)

*PFN_SENSORSCXSENSORHISTORYRETRIEVALCOMPLETED callback function

Description

Indicates that the history retrieval has completed.

Parameters

DriverGlobals [in]

Global definitions for the driver.

Sensor [in]

A reference to a sensor object.

BytesWritten [in]

The number of bytes written to the sensor object's history.

InStatus [in]

The current status of the sensor object.

Prototype

//Declaration

*PFN_SENSORSCXSENSORHISTORYRETRIEVALCOMPLETED *PfnSensorscxsensorhistoryretrievalcompleted;

// Definition

VOID *PfnSensorscxsensorhistoryretrievalcompleted
(
  PSENSORSCX_DRIVER_GLOBALS DriverGlobals
  SENSOROBJECT Sensor
  ULONG BytesWritten
  NTSTATUS InStatus
)
{...}

Return value

This function returns an NTSTATUS with different values. Some values that may be returned are: