// sensorscx.h
VOID SensorsCxStateChange(
[in] SENSOROBJECT Sensor,
[in] SENSOR_STATE State
);
View the official Windows Driver Kit DDI referenceNo description available.
Used to initialize a state change.
Sensor [in]Holds information on the sensor being managed by the driver.
State [in]Holds information on the state of the sensor.