// sensorscx.h
EVT_SENSOR_DRIVER_STOP_STATE_CHANGE_NOTIFICATION EvtSensorDriverStopStateChangeNotification;
NTSTATUS EvtSensorDriverStopStateChangeNotification(
SENSOROBJECT Sensors
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
Used to stop a state change notification.
SensorsHolds information on the sensor being handled by the driver.
Returns STATUS_SUCCESS if completed successfully.