acioAttributeGetValue
Call the acioAttributeGetValue
function to get the value of an attribute.
Syntax
aciError acioAttributeGetValue( t_aciObject* pObject, const char* szAttribName, char** pszAttribValue)
Arguments
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. |
Discussion
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
.
Returns
An ACI error code.