EVT_SENSOR_DRIVER_START_STATE_CHANGE_NOTIFICATION callback function (sensorscx.h)

Used to start a state change notification.

Syntax

EVT_SENSOR_DRIVER_START_STATE_CHANGE_NOTIFICATION EvtSensorDriverStartStateChangeNotification;

NTSTATUS EvtSensorDriverStartStateChangeNotification(
  [in] SENSOROBJECT Sensors
)
{...}

Parameters

[in] Sensors

Holds information on the sensors handled by the sensor driver.

Return value

Returns STATUS_SUCCESS if completed successfully.

Requirements

Requirement Value
Target Platform Windows
Header sensorscx.h
IRQL requires_same