Retrieve the name of a variable.
const char* CExtAPI::var_GetName(ZVAR hVar);
| Name | Type | Comment |
|---|---|---|
| hVar | ZVAR | A ZVAR handle to a variable, the name of which is to be retrieved. |
Null if an error occurred, and a non-null pointer to a C-style string otherwise.
None.