All Frameworks Class Hierarchy This Framework Indexes
System Macro CATImplAutoSettingCtrlInfoMethod
Macro CATImplAutoSettingCtrlInfoMethod (Brand,FW,Name,ParamName)
Macro implementing the method retrieving information concerning a setting parameter.
Role: For each settings' attribute of a setting controller,
the BrandIFWNameSettingAtt interface must define a CATSettingInfo
retrieving method. The same method must be implemented too in the
Automation context.
Thus the implementation class that has been defined with the
macros CATDeclareAutoSettingCtrl and
CATImplAutoSettingCtrl must implement the following method:
HRESULT BrandFWNameAutoSettingCtrl::GetParamNameInfo(CATBSTR & AdminLevel, unsigned char &oModified, unsigned char &oLocked)
- Parameters:
-
- Brand
- The brand to which this controller belongs
- FW
- The framework in which the controller is implemented
- Name
- The name of the controller
- ParamName
- The name of the setting parameter
This object is included in the file: CATSysMacroSettingCtrl.h