clsagfw_get_attrvalue()

The clsagfw_get_attrvalue() function gets the value of an attribute of the current resource.

Syntax

void clsagfw_get_attrvalue(const clsagfw_aectx *pAeCtx,
                           const oratext *pAttrName,
                           const oratext **pAttrValue);

Input

pAeCtx: Agent framework context pointer that is passed to entry points

pAttrName: Name of attribute to retrieve

Output

pAttrValue: Value of the specified attribute

Notes

Agents use this API to retrieve the value of a single attribute of the current command resource.