// sensorsutils.h
ULONG CollectionsListGetMarshalledSize(
[in] const PSENSOR_COLLECTION_LIST Collection
);
View the official Windows Driver Kit DDI referenceNo description available.
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.
Collection [in]Pointer to a sensor collection list.
This function returns a ULONG that represents the size of the data.