SensorsCxDeviceGetSensorList - NtDoc

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

NTSTATUS SensorsCxDeviceGetSensorList(
  [in]      WDFDEVICE    FxDevice,
  [out]     SENSOROBJECT *pSensorList,
  [in, out] PULONG       pListCount
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

SensorsCxDeviceGetSensorList function

Description

This function returns a list of sensor instances associated with a WDFDEVICE.

Parameters

FxDevice [in]

A WDFDEVICE handle to the framework device object that represents the sensor.

pSensorList [out]

A list of sensor instances.

pListCount [in, out]

The number of SENSOROBJECTS in pSensorInstanceList.

Return value

This function returns NTSTATUS with different values. Some values that may be returned are the following: