SENSOR_PROPERTY_LIST_SIZE - NtDoc

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

ULONG SENSOR_PROPERTY_LIST_SIZE(
  [in] ULONG Count
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-sensorsdef-sensor_property_list_size)

SENSOR_PROPERTY_LIST_SIZE function

Description

This function returns the size of the property list.

Parameters

Count [in]

The number of PROPERTYKEY elements.

Return value

The SENSOR_PROPERTY_LIST_SIZE function returns a ULONG value that represents the size of the property list.