CollectionsListGetFillableCount - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// sensorsutils.h

ULONG CollectionsListGetFillableCount(
  ULONG BufferSizeBytes
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-sensorsutils-collectionslistgetfillablecount)

CollectionsListGetFillableCount function

Description

Returns the number of elements a SENSOR_COLLECTION_LIST buffer of a certain size can possibly hold.

Parameters

BufferSizeBytes

Size of the buffer in bytes.

Return value

The number of SENSOR_VALUE_PAIR that is acceptable for a SENSOR_COLLECTION_LIST of BufferSizeBytes size.

Remarks

See also