// sensorsdef.h
VOID SENSOR_COLLECTION_LIST_INIT(
[out] PSENSOR_COLLECTION_LIST pCollectionList,
[in] ULONG CollectionListSize
);
View the official Windows Driver Kit DDI referenceNo description available.
This function initializes a SENSOR_COLLECTION_LIST structure.
pCollectionList [out]A pointer to a SENSOR_COLLECTION_LIST.
CollectionListSize [in]The size of the SENSOR_COLLECTION_LIST.