SerializationBufferFree - NtDoc

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

VOID SerializationBufferFree(
  [in] BYTE *Buffer
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

SerializationBufferFree function

Description

Exported memory allocation function for freeing a serialization buffer.

Parameters

Buffer [in]

The buffer to free.

Remarks

See also