acioGetFirstVariable
Call the acioGetFirstVariable
function to access the parameter list of an ACI object.
Syntax
t_aciObjectVariable* acioGetFirstVariable( t_aciObject* pObject)
Arguments
Arguments | Type/Description |
---|---|
pObject
|
t_aciObject* A pointer to the ACI object. |
Discussion
This function accesses the parameter list of an ACI object. You cannot de-reference this pointer directly (the type is opaque), but you can can pass it to acioGetVariableName()
or acioGetNextVariable()
.
Returns
An ACI object variable.