Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This structure contains information that the sensor driver passes to the class extension about each sensor.
Syntax
typedef struct _SENSOR_CONFIG {
ULONG Size;
PSENSOR_COLLECTION_LIST pEnumerationList;
} SENSOR_CONFIG, *PSENSOR_CONFIG;
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:
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 8.1 |
Minimum supported server | Windows Server 2012 R2 |
Header | sensorscx.h |