acioGetNextVariable

Call the acioGetNextVariable function to access the next variable (parameter) in the list after the one passed in.

Syntax

t_aciObjectVariable* acioGetNextVariable(
   t_aciObjectVariable* pVariable)

Arguments

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

Discussion

This function accesses the next variable (parameter) in the list after the one passed in.

Returns

An ACI object variable or NULL if this is the last parameter.