// sensorsutils.h
NTSTATUS CollectionsListDeserializeFromBuffer(
[in] ULONG SourceBufferSizeInBytes,
[in] const BYTE *SourceBuffer,
[in/out] PSENSOR_COLLECTION_LIST TargetCollection
);
View the official Windows Driver Kit DDI referenceNo description available.
This routine deserializes a collection list from the input buffer.
SourceBufferSizeInBytes [in]The input buffer size (in bytes).
SourceBuffer [in]A buffer containing the serialized collection list data.
TargetCollection [in/out]The caller-allocated collection list with AllocatedSizeInBytes set to the allocation size.
This function returns NTSTATUS.