// sensorscx.h
NTSTATUS SensorsCxSensorInitialize(
[in] SENSOROBJECT Sensor,
[in] PSENSOR_CONFIG pSensorConfig
);
View the official Windows Driver Kit DDI referenceNo description available.
This function sets the enumeration properties of a sensor.
For more information about sensor properties, see Enumeration properties.
Sensor [in]A reference to a sensor object.
pSensorConfig [in]A list of enumeration properties. For more information, see SENSOR_CONFIG.
This function returns NTSTATUS with different values. Some values that may be returned are the following: