Public Member Functions | |
| HRESULT | GetSubSpaceExternConnection ([in] IRsNode *pSubSpaeRoot,[out, retval] IRsConnectionList **ppConList) |
| HRESULT | CreateConnectionListObj ([out, retval] IRsConnectionList **ppConnectionList) |
| HRESULT | CreateConnectionObj ([in] IRsConnector *pSourceCon,[in] IRsConnector *pDestCon,[out, retval] IRsConnection **ppConnection) |
| HRESULT IRfConnection::GetSubSpaceExternConnection | ( | [in] IRsNode * | pSubSpaeRoot, | |
| [out, retval] IRsConnectionList ** | ppConList | |||
| ) |
Gets all connections which are directed from inner objects of specified encapsulator to encapsulator itself.
| pSubSpaceRoot | [in] Encapsulator on which connections are enumerated. |
| HRESULT IRfConnection::CreateConnectionListObj | ( | [out, retval] IRsConnectionList ** | ppConnectionList | ) |
Creates new instance of IRsConnectionList.
| HRESULT IRfConnection::CreateConnectionObj | ( | [in] IRsConnector * | pSourceCon, | |
| [in] IRsConnector * | pDestCon, | |||
| [out, retval] IRsConnection ** | ppConnection | |||
| ) |
Creates connection between two specified connectors.
| pSourceCon | [in] Source connector for connection. | |
| pDestCon | [in] Destination connector for connection. |
1.5.5