All Frameworks Class Hierarchy This Framework Previous Next Indexes
CATSchPlatformInterfaces Interface CATISchAppCntrFlow
System.IUnknown
|
+---CATISchAppCntrFlow
Usage: you can freely reimplement this interface.
interface CATISchAppCntrFlow
Interface to mangage Application Connector Flow property.
Role: To query and modify Application Connector Flow property.
Method Index
- o
AppGetFlowCapability(CATSchCntrFlowCapability*)
- Query the application Flow Capability property of this connector.
- o
AppGetFlowReality(CATSchCntrFlowReality*)
- Query the application Flow Reality property of this connector.
- o
AppSetFlowCapability(CATSchCntrFlowCapability)
- Set the application Flow Capability property of this connector.
- o
AppSetFlowReality(CATSchCntrFlowReality)
- Set the application Flow Reality property of this connector.
Methods
o AppGetFlowCapability
-
Query the application Flow Capability property of this connector.
- Parameters:
-
- oEFlowCapability
- Flow Capability.
- See also:
- CATSchCntrFlowCapability
- Returns:
- An HRESULT value.
Legal values:
- S_OK
- operation is successful
- E_FAIL
- operation failed
o AppGetFlowReality
-
Query the application Flow Reality property of this connector.
- Parameters:
-
- oEFlowReality
- Flow Reality.
- See also:
- CATSchCntrFlowReality
- Returns:
- An HRESULT value.
Legal values:
- S_OK
- operation is successful
- E_FAIL
- operation failed
o AppSetFlowCapability
-
Set the application Flow Capability property of this connector.
- Parameters:
-
- iEFlowCapability
- Flow Capability property to be set.
- See also:
- CATSchCntrFlowCapability
- Returns:
- An HRESULT value.
Legal values:
- S_OK
- operation is successful
- E_FAIL
- operation failed
o AppSetFlowReality
-
Set the application Flow Reality property of this connector.
- Parameters:
-
- iEFlowReality
- Flow Reality property to be set.
- See also:
- CATSchCntrFlowReality
- Returns:
- An HRESULT value.
Legal values:
- S_OK
- operation is successful
- E_FAIL
- operation failed
This object is included in the file: CATISchAppCntrFlow.h