SerializationBufferAllocate - NtDoc

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

NTSTATUS SerializationBufferAllocate(
  [in]     ULONG SizeInBytes,
  [in/out] BYTE  **pBuffer
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

SerializationBufferAllocate function

Description

Exported memory allocation function for allocating a serialized buffer.

Parameters

SizeInBytes [in]

The size (in bytes) of the buffer to allocate.

pBuffer [in/out]

Pointer to the buffer to allocate.

Return value

This function returns the following NTSTATUS codes:

Remarks

See also