// 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 referenceNo description available.
Indicates that the history retrieval has completed.
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.
//Declaration
*PFN_SENSORSCXSENSORHISTORYRETRIEVALCOMPLETED *PfnSensorscxsensorhistoryretrievalcompleted;
// Definition
VOID *PfnSensorscxsensorhistoryretrievalcompleted
(
PSENSORSCX_DRIVER_GLOBALS DriverGlobals
SENSOROBJECT Sensor
ULONG BytesWritten
NTSTATUS InStatus
)
{...}
This function returns an NTSTATUS with different values. Some values that may be returned are: