// sensorsutils.h
NTSTATUS CollectionsListMarshall(
[in] PSENSOR_COLLECTION_LIST Target
);
View the official Windows Driver Kit DDI referenceNo description available.
This routine is similar to CollectionsListCopyAndMarshall, except that it marshalls a collection list in-place.
Target [in]Pointer to a collection list.
If the Source Collection list is not large enough to accommodate the marshalled/flattened list, this function fails with STATUS_BUFFER_TOO_SMALL. Returns STATUS_SUCCESS otherwise.