All Frameworks Class Hierarchy This Framework Previous Next Indexes
CATSchPlatformInterfaces Class CATEASchAppGroup
System.IUnknown
|
+---System.IDispatch
|
+---System.CATBaseUnknown
|
+---CATEASchAppGroup
Usage: you can derive this class.
public class CATEASchAppGroup
Super class to derive implementation for interface CATISchAppGroup.
Role: Adaptor
Constructor and Destructor Index
- o
CATEASchAppGroup()
- Constructs an empty CATEASchAppGroup.
- o
~CATEASchAppGroup()
-
Method Index
- o
ListZones(char*,CATIUnknownList**)
- List application group objects.
Constructor and Destructor
o CATEASchAppGroup
public CATEASchAppGroup( | ) |
-
Constructs an empty CATEASchAppGroup.
o ~CATEASchAppGroup
public virtual ~CATEASchAppGroup( | ) |
-
Methods
o ListZones
-
List application group objects.
- Parameters:
-
- iClassType
- Class type filter. If null, no filtering will be applied.
- oLZones
- (members are CATISchAppZone interfaces pointers)
A list of zones
- Returns:
- An HRESULT value.
Legal values:
- S_OK
- operation is successful
- E_FAIL
- operation failed
This object is included in the file: CATEASchAppGroup.h
If needed, your Imakefile.mk should include the module: CATSchItfCPP