All Frameworks Class Hierarchy This Framework Previous Next Indexes
System Interface CATISysPCSStatisticsSettingAtt
System.IUnknown
|
+---System.IDispatch
|
+---System.CATBaseUnknown
|
+---System.CATISysGeneralStatisticsSettingAtt
|
+---CATISysPCSStatisticsSettingAtt
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATISysPCSStatisticsSettingAtt
Interface to handle the parameters of the PCS statistic.
Role: This interface is implemented by a component which
represents the controller of the PCS statistic.
This interface defines:
- Methods to set each parameter
- Methods to get the value of each parameter
- A method to lock/unlock all parameters (there is only one lock per thematic)
- A method to retrieve the informations concerning all parameters
For the definitions of methods and variables common to every thematic, see the CATISysGeneralStatisticsSettingAtt
Method Index
- o
GetMemUse(CATBoolean&)
- Retrieves the activation state of the memory field.
- o
SetMemUse(CATBoolean&)
- Sets the activation state of the memory field.
Methods
o GetMemUse
-
Retrieves the activation state of the memory field.
Role: Retrieves the activation state of the memory field
- Parameters:
-
- oStatus
- Legal values:
TRUE : activated
FALSE: not activated
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on Failure
o SetMemUse
-
Sets the activation state of the memory field.
Role: Retrieves the activation state of the memory field
- Parameters:
-
- iStatus
- Legal values:
TRUE : activated
FALSE: not activated
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on Failure
This object is included in the file: CATISysPCSStatisticsSettingAtt.h
If needed, your Imakefile.mk should include the module: JS0GROUP