Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |