Set the value of a variable.
bool CExtAPI::var_SetValue(ZVAR hVar, void* pValue);
Name | Type | Comment |
---|---|---|
hVar | ZVAR | A ZVAR handle to a variable, the value of which is to be set. |
pValue | void* | user-supplied handle to an allocated block of memory for the appropriate data type, containing the value to be set. |
False if:
True otherwise.
Please refer to the comments for var_GetValue, which apply equally to this function.