Release the memory allocated in a buffer (see buffer_Init).
bool CExtAPI::buffer_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.