PropertiesListGetFillableCount - NtDoc

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

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

NtDoc

No description available.

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

PropertiesListGetFillableCount function

Description

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

Parameters

BufferSizeBytes

Size of the buffer in bytes.

Return value

A ULONG that represents an acceptable number for a properties list of BufferSizeBytes size.

Remarks

See also