SensorsCxDeviceInitialize - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// sensorscx.h

NTSTATUS SensorsCxDeviceInitialize(
  [in] WDFDEVICE                 FxDevice,
  [in] PSENSOR_CONTROLLER_CONFIG pSensorConfig
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-sensorscx-sensorscxdeviceinitialize)

SensorsCxDeviceInitialize function

Description

This function initializes the sensor in the class extension.

Parameters

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.

Return value

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.

See also

SENSOR_CONTROLLER_CONFIG