Table of Contents

zbuffer_Free

Description

Release the memory allocated in a buffer (see zbuffer_Init or zbuffer_InitByType).

Files

Declaration Zeolite.h
Implementation Zeolite.cpp

Function prototype

bool zbuffer_Free(ZVAR hBuffer);

Arguments

Name Type Comment
hBuffer ZVAR A handle to a buffer variable, the memory of which is to be de-allocated.

Return value

False if the buffer is uninitialised or an error occurred, and true otherwise.

Comments

None.