CollectionsListMarshall - NtDoc

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

NTSTATUS CollectionsListMarshall(
  [in] PSENSOR_COLLECTION_LIST Target
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-sensorsutils-collectionslistmarshall)

CollectionsListMarshall function

Description

This routine is similar to CollectionsListCopyAndMarshall, except that it marshalls a collection list in-place.

Parameters

Target [in]

Pointer to a collection list.

Return value

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.

Remarks

See also