Table of Contents

var_GetName

Description

Retrieve the name of a variable.

Function prototype

const char* CExtAPI::var_GetName(ZVAR hVar);

Arguments

Name Type Comment
hVar ZVAR A ZVAR handle to a variable, the name of which is to be retrieved.

Return value

Null if an error occurred, and a non-null pointer to a C-style string otherwise.

Comments

None.