Call the acioAttributeGetValue function to get the value of an attribute.
aciError acioAttributeGetValue( t_aciObject* pObject, const char* szAttribName, char** pszAttribValue)
| Arguments | Type/Description |
|---|---|
pObject
|
t_aciObject* A pointer to the ACI object whose attribute value you want to obtain. |
szAttributeName
|
char* The attribute name. |
pszNumAttribValue
|
char** A pointer to a string to store the attribute value. |
This function gets the value of the specified attribute (returned in pszAttributeValue). It searches through the linked list pAttributeVars to find the entry which matches szAttribName.
An ACI error code.
|
|