Get the name of a variable type, as a string variable, corresponding to a given variable type ID.
bool CExtAPI::type_GetTypeName(long VarID, ZVAR hStringVar);
| Name | Type | Comment | 
|---|---|---|
| VarID | long | The variable type ID for which the corresponding name string is to be retrieved. | 
| hStringVar | ZVAR | A ZVAR handle to a user-supplied string variable (created with var_Create, var_CreateTemp or list_CreateItem.) | 
False if an error occurred or the given VarID was not recognised, and true otherwise.
The value of the string contained in hStringVar can be retrieved using str_GetText.