SENSOR_COLLECTION_LIST_INIT - NtDoc

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

VOID SENSOR_COLLECTION_LIST_INIT(
  [out] PSENSOR_COLLECTION_LIST pCollectionList,
  [in]  ULONG                   CollectionListSize
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

SENSOR_COLLECTION_LIST_INIT function

Description

This function initializes a SENSOR_COLLECTION_LIST structure.

Parameters

pCollectionList [out]

A pointer to a SENSOR_COLLECTION_LIST.

CollectionListSize [in]

The size of the SENSOR_COLLECTION_LIST.

See also

SENSOR_COLLECTION_LIST