Table of Contents

buffer_SetValue

Description

Set the value of an item in a buffer.

Function prototype

bool CExtAPI::buffer_SetValue(ZVAR hBuf, long index, void* pValue);

Arguments

Name Type Comment
hBuf ZVAR A ZVAR handle to a buffer variable.
index long The zero-based index of the item to be set.
pValue void* A pointer to the value to be copied.

Return value

False if an error occurred, and true otherwise.

Comments

None.