All Frameworks Class Hierarchy This Framework Indexes
CATSchPlatformInterfaces Interface 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
| public virtual AppGetFlowCapability( | | oEFlowCapability) |
-
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
| public virtual AppGetFlowReality( | | oEFlowReality) |
-
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
| public virtual AppSetFlowCapability( | | iEFlowCapability) |
-
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
| public virtual AppSetFlowReality( | | iEFlowReality) |
-
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