Allocate a static array of variable items in a buffer.
| Declaration | Zeolite.h |
|---|---|
| Implementation | Zeolite.cpp |
bool zbuffer_InitByType(ZVAR hBuf, long nItems, long ItemTypeID);
| Name | Type | Comment |
|---|---|---|
| hBuf | ZVAR | A ZVAR handle to a variable of the VarID_buffer type. |
| nItems | long | The number of items to allocate in the buffer. |
| ItemTypeID | long | The variable type ID of the items in the buffer. |
False if an error occurred, and true otherwise.
None.