IRsConEvents Struct Reference
Inherits IUnknown.
List of all members.
Detailed Description
A node can implement this interface to receive events when a connector is being added to the node or removed from the node or in case when a connection is being created or destroyed. A node can allow or deny actions based on the returned value. The
IRsConEvents methods may forbid the registration by an FAILURE error code. The
IRsConEvents methods are just informed, the connection is unregistered even FAILURE return values are returned.
Member Function Documentation
Connector callback is called when a connector is being added or removed from node
- Parameters:
-
| eCEvent | [in] . |
| pCon | [in] . |
| conId | [in] . |
Connection callback is called when connection between to attributes is being created or destroyed
- Parameters:
-
| eCNEvent | [in] . |
| pCon | [in] . |
| pRemCon | [in] . |