// sensorscx.h
EVT_SENSOR_DRIVER_START_STATE_CHANGE_NOTIFICATION EvtSensorDriverStartStateChangeNotification;
NTSTATUS EvtSensorDriverStartStateChangeNotification(
[in] SENSOROBJECT Sensors
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
Used to start a state change notification.
Sensors [in]Holds information on the sensors handled by the sensor driver.
Returns STATUS_SUCCESS if completed successfully.