Call the acioGetNextVariable
function to access the next variable (parameter) in the list after the one passed in.
t_aciObjectVariable* acioGetNextVariable( t_aciObjectVariable* pVariable)
Arguments | Type/Description |
---|---|
pVariable
|
t_aciObjectVariable* A pointer to an ACI object variable. |
This function accesses the next variable (parameter) in the list after the one passed in.
An ACI object variable or NULL
if this is the last parameter.
|