Table of Contents

CzVar::CopyValue

Description

Copy the value of another variable.

Function prototype

bool CzVar::CopyValue(ZVAR hVarSrc);

Arguments

Name Type Comment
hVarSrc ZVAR a ZVAR handle to the variable to be copied.

Return value

False if:

True otherwise.

Comments

This function is equivalent to the API function var_CopyValue. Please refer to the documentation of that function for additional information.