IRsBSEvent Interface Reference
Inherits IUnknown.
List of all members.
Detailed Description
Base interface for all event types providing access to event-specific data.
Member Function Documentation
Sets the data associated with this event.
- Parameters:
-
| pSpace | [in] Encapsulator which contains the node. |
| pEvent | [in] Event data to set. |
Returns source node associated with the event.
- Parameters:
-
| pSpace | [in] Encapsulator which contains the node. |
| ppNode | [out,retval] Retunrned node object. |
Returns remote node associated with the event.
- Parameters:
-
| pSpace | [in] Encapsulator which contains the node. |
| ppNode | [out,retval] Returned node object. |
| HRESULT IRsBSEvent::GetSourceObjName |
( |
[out, retval] BSTR * |
pbstrName |
) |
|
Returns the name of source node associated with the event.
- Parameters:
-
| pbstrName | [out,retval] Returned name of node. |
| HRESULT IRsBSEvent::GetRemoteObjName |
( |
[out, retval] BSTR * |
pbstrName |
) |
|
Returns name of remote node associated with the event.
- Parameters:
-
| pbstrName | [out,retval] Returned name of node. |
| HRESULT IRsBSEvent::SetRollbackStatus |
( |
[in] RtBOOL |
bSerializeRollback |
) |
|
Changes rollback status of the event, if set true the rollback data are serialized, if false rollback data are ignored. default - the rollback information is not serialized with event.
- Parameters:
-
| bSerializeRollback | [in] Desired status of serialization flag. |
Property Documentation
Returns the type of this event.
- Parameters:
-
| pVal | [out, retval] Event type ( |
- See also:
- RtNotifyEvent).