SENSOR_PROPERTY_LIST_INIT - NtDoc

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

VOID SENSOR_PROPERTY_LIST_INIT(
  [out] PSENSOR_PROPERTY_LIST pPropertyList,
  [in]  ULONG                 PropertyListSize
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

SENSOR_PROPERTY_LIST_INIT function

Description

This function initializes a SENSOR_PROPERTY_LIST structure.

Parameters

pPropertyList [out]

The list of PROPERTYKEY elements.

PropertyListSize [in]

The size of pPropertyList.

See also

SENSOR_PROPERTY_LIST