CollectionsListGetMarshalledSize - NtDoc

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

ULONG CollectionsListGetMarshalledSize(
  [in] const PSENSOR_COLLECTION_LIST Collection
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

CollectionsListGetMarshalledSize function

Description

This routine is maintained for compatibility. It returns the size needed to accommodate serializing and marshaling a collection list, including embedded memory. It does the same thing as CollectionsListGetSerializedSize.

Parameters

Collection [in]

Pointer to a sensor collection list.

Return value

This function returns a ULONG that represents the size of the data.

Remarks

See also