CollectionsListGetMarshalledSize function (sensorsutils.h)

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.

Syntax

ULONG CollectionsListGetMarshalledSize(
  [in] const PSENSOR_COLLECTION_LIST Collection
);

Parameters

[in] Collection

Pointer to a sensor collection list.

Return value

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

Requirements

Requirement Value
Header sensorsutils.h