Table of Contents

buffer_Free

Description

Release the memory allocated in a buffer (see buffer_Init).

Function prototype

bool CExtAPI::buffer_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.