EVT_SENSOR_DRIVER_START_STATE_CHANGE_NOTIFICATION - NtDoc

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

EVT_SENSOR_DRIVER_START_STATE_CHANGE_NOTIFICATION EvtSensorDriverStartStateChangeNotification;

NTSTATUS EvtSensorDriverStartStateChangeNotification(
  [in] SENSOROBJECT Sensors
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

EVT_SENSOR_DRIVER_START_STATE_CHANGE_NOTIFICATION callback function

Description

Used to start a state change notification.

Parameters

Sensors [in]

Holds information on the sensors handled by the sensor driver.

Return value

Returns STATUS_SUCCESS if completed successfully.