IRfBaseSet Interface Reference
Inherits IUnknown.
List of all members.
Detailed Description
Node function set. Contains set of helper functions to manipulate
IRsBaseNode.
Member Function Documentation
| HRESULT IRfBaseSet::Attach |
( |
[in] IRsNode * |
pNode |
) |
|
Attaches the function set to specified node.
- Parameters:
-
| pNode | [in] Node to attach to. |
| HRESULT IRfBaseSet::GetObject |
( |
[out, retval] IRsNode ** |
ppNode |
) |
|
Returns currently attached node.
- Returns:
- ppNode [out,retval] Returned currently attached node.
| HRESULT IRfBaseSet::CreateBaseFnSet |
( |
[in] IRsNode * |
pNode |
) |
|
Creates base fn set (unsupported)
- Parameters:
-
Enumerates input connections for connector of specifed GUID on attached node.
- Parameters:
-
| con_id | [in] Connector for which input connections will be enumerated. |
| ppConList | [out] Returned list of connections. |
Enumerates output connections for connector of specified GUID on attached node.
- Parameters:
-
| con_id | [in] Connector for which output connections will be enumerated. |
| ppConList | [out] Returned list of connections. |
Removes all input connections for specified connector and returns their list.
- Parameters:
-
| con_id | [in] Connector for which input connections will be removed. |
| ppConList | [out] List of removed connections. |
Gets all (input and output) connections for specified connector.
- Parameters:
-
| con_id | [in] Connector for which connections will be enumerated. |
| ppConnectionList | [out] List of connections. |
Gets all connections for all connectors contained in attached node.
- Parameters:
-
| ppList | [out] List of enumerated connections. |
| HRESULT IRfBaseSet::InvalidateAllCon |
( |
void |
|
) |
|
Invalidates all connectors for attached node.