CollectionsListMarshall function (sensorsutils.h)

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

Syntax

NTSTATUS CollectionsListMarshall(
  [in] PSENSOR_COLLECTION_LIST Target
);

Parameters

[in] Target

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.

Requirements

Requirement Value
Header sensorsutils.h