// sensorsutils.h
ULONG PropertiesListGetFillableCount(
ULONG BufferSizeBytes
);
View the official Windows Driver Kit DDI referenceNo description available.
Returns the number of elements a properties list buffer of a certain size can possibly hold.
BufferSizeBytesSize of the buffer in bytes.
A ULONG that represents an acceptable number for a properties list of BufferSizeBytes size.