// sensorsdef.h
ULONG SENSOR_COLLECTION_LIST_SIZE(
[in] ULONG Count
);
View the official Windows Driver Kit DDI referenceNo description available.
This function returns the size of a SENSOR_COLLECTION_LIST structure.
Count [in]The number of SENSOR_VALUE_PAIR elements in the SENSOR_COLLECTION_LIST.
The SENSOR_COLLECTION_LIST_SIZE function returns a ULONG value that represents the size of the list of sensor-value pairs.