// sensorscx.h
NTSTATUS SensorsCxDeviceGetSensorList(
[in] WDFDEVICE FxDevice,
[out] SENSOROBJECT *pSensorList,
[in, out] PULONG pListCount
);
View the official Windows Driver Kit DDI referenceNo description available.
This function returns a list of sensor instances associated with a WDFDEVICE.
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.
This function returns NTSTATUS with different values. Some values that may be returned are the following: