Set the variable attached to this CzVar object to be a reference/alias of another variable.
bool CzVar::SetVarRef(ZVAR hSrcVar);
| Name | Type | Comment |
|---|---|---|
| hSrcVar | ZVAR | A ZVAR handle to the variable that shall be aliased by the variable attached to the CzVar object. |
False if an error occurred, and true otherwise.
This function is equivalent to the API function var_SetVarRef. Please refer to the documentation of that function for additional information.