// sensorsutils.h
ULONG CollectionsListGetMarshalledSizeWithoutSerialization(
[in] const PSENSOR_COLLECTION_LIST Collection
);
View the official Windows Driver Kit DDI referenceNo description available.
This routine returns the size of the entire collection list, including size of memories blocks that are pointed by embedded pointers.
Collection [in]Pointer to a sensor collection list.
This function returns a ULONG that represents the size of the data.