SENSOR_COLLECTION_LIST_INIT function (sensorsdef.h)
This function initializes a SENSOR_COLLECTION_LIST structure.
Syntax
void SENSOR_COLLECTION_LIST_INIT(
[out] PSENSOR_COLLECTION_LIST pCollectionList,
[in] ULONG CollectionListSize
);
Parameters
[out] pCollectionList
A pointer to a SENSOR_COLLECTION_LIST.
[in] CollectionListSize
The size of the SENSOR_COLLECTION_LIST.
Return value
None
Requirements
Requirement | Value |
---|---|
Target Platform | Desktop |
Header | sensorsdef.h |