Retrieve the value of an item in a buffer.
bool CExtAPI::buffer_GetValue(ZVAR hBuf, long index, void* pValue);
| Name | Type | Comment |
|---|---|---|
| hBuf | ZVAR | A ZVAR handle to a buffer variable. |
| index | long | The zero-based index of the item to be retrieved. |
| pValue | void* | A pointer to the memory into which the value will be copied. |
False if an error occurred, and true otherwise.
None.