// sensorscx.h
typedef struct _SENSOR_CONFIG {
ULONG Size;
PSENSOR_COLLECTION_LIST pEnumerationList;
} SENSOR_CONFIG, *PSENSOR_CONFIG;
View the official Windows Driver Kit DDI referenceNo description available.
This structure contains information that the sensor driver passes to the class extension about each sensor.
SizeThe allocated size of this structure (in bytes).
pEnumerationListThe list of enumerations. For more information, see SENSOR_COLLECTION_LIST.
The SENSOR_CONFIG structure works with the following helper function: