SENSOR_CONFIG - NtDoc

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

typedef struct _SENSOR_CONFIG {
  ULONG                   Size;
  PSENSOR_COLLECTION_LIST pEnumerationList;
} SENSOR_CONFIG, *PSENSOR_CONFIG;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-sensorscx-_sensor_config)

_SENSOR_CONFIG structure

Description

This structure contains information that the sensor driver passes to the class extension about each sensor.

Members

Size

The allocated size of this structure (in bytes).

pEnumerationList

The list of enumerations. For more information, see SENSOR_COLLECTION_LIST.

Remarks

The SENSOR_CONFIG structure works with the following helper function: