acioGetVariableValue

Call the acioGetVariableValue function to access the value of an ACI object variable.

Syntax

const char* acioGetVariableValue(
   t_aciObjectVariable* pVariable)

Arguments

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

Discussion

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

Returns

A string containing the variable value.