// sensorscx.h
NTSTATUS SensorsCxDeviceInitialize(
[in] WDFDEVICE FxDevice,
[in] PSENSOR_CONTROLLER_CONFIG pSensorConfig
);
View the official Windows Driver Kit DDI referenceNo description available.
This function initializes the sensor in the class extension.
FxDevice [in]A WDFDEVICE handle to the framework device object that represents the sensor.
pSensorConfig [in]A list of functions that the driver implements. For more information, see SENSOR_CONTROLLER_CONFIG.
This function returns STATUS_SUCCESS when completed successfully. When an invalid parameter is supplied or this function fails, STATUS_INVALID_PARAMETER is returned. Other NTSTATUS values can also be returned.