Call the acioGetFirstVariable
function to access the parameter list of an ACI object.
t_aciObjectVariable* acioGetFirstVariable( t_aciObject* pObject)
Arguments | Type/Description |
---|---|
pObject
|
t_aciObject* A pointer to the ACI object. |
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()
.
An ACI object variable.
|