Table of Contents

CzVar::GetTypeName

Description

Get the name, as a string, of the type of variable attached to this CzVar object.

Function prototype

bool CzVar::GetTypeName(ZVAR hStringVar);

Arguments

Name Type Comment
hStringVar ZVAR A ZVAR handle to a user-supplied string variable (created with var_Create, var_CreateTemp or list_CreateItem.)

Return value

False if an error occurred, and true otherwise.

Comments

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