// sensorsutils.h
VOID SerializationBufferFree(
[in] BYTE *Buffer
);
View the official Windows Driver Kit DDI referenceNo description available.
Exported memory allocation function for freeing a serialization buffer.
Buffer [in]The buffer to free.