CollectionsListDeserializeFromBuffer - NtDoc

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

NTSTATUS CollectionsListDeserializeFromBuffer(
  [in]     ULONG                   SourceBufferSizeInBytes,
  [in]     const BYTE              *SourceBuffer,
  [in/out] PSENSOR_COLLECTION_LIST TargetCollection
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

CollectionsListDeserializeFromBuffer function

Description

This routine deserializes a collection list from the input buffer.

Parameters

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.

Return value

This function returns NTSTATUS.

Remarks

See also