// sensorsdef.h
VOID SENSOR_PROPERTY_LIST_INIT(
[out] PSENSOR_PROPERTY_LIST pPropertyList,
[in] ULONG PropertyListSize
);
View the official Windows Driver Kit DDI referenceNo description available.
This function initializes a SENSOR_PROPERTY_LIST structure.
pPropertyList [out]The list of PROPERTYKEY elements.
PropertyListSize [in]The size of pPropertyList.