PalAttrGet

Note: This page includes content based on the F1 documentation for Centura development. It may be partially converted to support APF development, but should be regarded to be of uncertain actuality. It is provided as is. Eventually, it should be replaced by documentation available from within Visual Studio.

SalString PalAttrGet( SalString sName,
		   SalString sAttr )

Applications and the framework call the PalAttrGet method to get an attribute from the attribute string.

Parameters

Name Description
SalString sName Name of the attribute
SalString sAttr The attribute string. The attribute string is not modified by the PalAttrGet function.

Returns

The return value is the value of the requested attribute.

Comments

PalAttrGet does not modify the attribute string in any way, i.e. the requested attribute is not deleted from the attribute string.