// sensorsutils.h
ULONG CollectionsListGetFillableCount(
ULONG BufferSizeBytes
);
View the official Windows Driver Kit DDI referenceNo description available.
Returns the number of elements a SENSOR_COLLECTION_LIST buffer of a certain size can possibly hold.
BufferSizeBytesSize of the buffer in bytes.
The number of SENSOR_VALUE_PAIR that is acceptable for a SENSOR_COLLECTION_LIST of BufferSizeBytes size.