acioGetVariableName

Call the acioGetVariableName function to access the name of an ACI object variable.

Syntax

const char* acioGetVariableName(
   t_aciObjectVariable* pVariable)

Arguments

Arguments Type/Description
pVariable t_aciObjectVariable*  A pointer to an ACI object variable.

Discussion

This function accesses the name of an ACI Object variable. The data is not duplicated, and must not be freed by the caller.

Returns

A string containing the variable name.