CollectionsListSerializeToBuffer - NtDoc

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

NTSTATUS CollectionsListSerializeToBuffer(
  [in]  const PSENSOR_COLLECTION_LIST SourceCollection,
  [in]  ULONG                         TargetBufferSizeInBytes,
  [out] BYTE                          *TargetBuffer
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

CollectionsListSerializeToBuffer function

Description

This routine serializes a collection list to the caller-allocated buffer.

Parameters

SourceCollection [in]

Pointer to a collection list.

TargetBufferSizeInBytes [in]

Caller-allocated buffer size (in bytes).

TargetBuffer [out]

Caller-allocated buffer to hold the serialized data.

Return value

This function returns NTSTATUS.

Remarks

See also