The clsagfw_get_attrvalue() function gets the value of an attribute of the current resource.
clsagfw_get_attrvalue()
void clsagfw_get_attrvalue(const clsagfw_aectx *pAeCtx, const oratext *pAttrName, const oratext **pAttrValue);
pAeCtx: Agent framework context pointer that is passed to entry points
pAeCtx
pAttrName: Name of attribute to retrieve
pAttrName
pAttrValue: Value of the specified attribute
pAttrValue
Agents use this API to retrieve the value of a single attribute of the current command resource.
Scripting on this page enhances content navigation, but does not change the content in any way.