// sensorsdef.h
ULONG SENSOR_COLLECTION_LIST_CALCULATE_MAX_COUNT(
[in] PSENSOR_COLLECTION_LIST pCollectionList
);
View the official Windows Driver Kit DDI referenceNo description available.
This function calculates the number of SENSOR_VALUE_PAIR elements in a SENSOR_COLLECTION_LIST structure.
pCollectionList [in]A pointer to a SENSOR_COLLECTION_LIST structure.
The SENSOR_COLLECTION_LIST_CALCULATE_MAX_COUNT function returns a ULONG value.