Retrieve a variable by name and attach it to this CzVar object.
bool CzVar::GetByName(const char* lpVarName);
| Name | Type | Comment |
|---|---|---|
| lpVarName | const char* | A pointer to a C-style string naming the variable to be retrieved. |
False if an error occurred, and true otherwise.
This function is equivalent to the API function var_GetVar. Please refer to the documentation of that function for additional information.