Retrieve the name of a variable.
| Declaration | Zeolite.h |
|---|---|
| Implementation | Zeolite.cpp |
const char* zvar_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.