All Frameworks Class Hierarchy This Framework Previous Next Indexes
CATSchPlatformInterfaces Interface CATISchAppZone
System.IUnknown
|
+---CATISchAppZone
Usage: you can freely reimplement this interface.
interface CATISchAppZone
Interface to manage a application zone object.
Role: Defines application zone object behaviors
Method Index
- o
AppAddZoneMember(CATISchAppConnectable*)
- Add an application connectable object to the zone as member.
- o
AppListZoneMembers(CATIUnknownList**)
- List all members of an application zone.
- o
AppRemoveZoneMember(CATISchAppConnectable*)
- Remove an application connectable object to the zone as member.
Methods
o AppAddZoneMember
-
Add an application connectable object to the zone as member.
- Parameters:
-
- iAppCntblToAdd
- The application connectable object to be added to the zone.
- Returns:
- An HRESULT value.
Legal values:
- S_OK
- operation is successful
- E_FAIL
- operation failed
o AppListZoneMembers
-
List all members of an application zone.
- Parameters:
-
- oLAppCntbl
- A list of zone members (application connectables).
- Returns:
- An HRESULT value.
Legal values:
- S_OK
- operation is successful
- E_FAIL
- operation failed
o AppRemoveZoneMember
-
Remove an application connectable object to the zone as member.
- Parameters:
-
- iAppCntblToRemove
- The application connectable object to be removed to the zone.
- Returns:
- An HRESULT value.
Legal values:
- S_OK
- operation is successful
- E_FAIL
- operation failed
This object is included in the file: CATISchAppZone.h