Release the memory allocated in a buffer (see zbuffer_Init or zbuffer_InitByType).
| Declaration | Zeolite.h |
|---|---|
| Implementation | Zeolite.cpp |
bool zbuffer_Free(ZVAR hBuffer);
| Name | Type | Comment |
|---|---|---|
| hBuffer | ZVAR | A handle to a buffer variable, the memory of which is to be de-allocated. |
False if the buffer is uninitialised or an error occurred, and true otherwise.
None.