IRsNotifyEvent Interface Reference
Inherits IUnknown.
List of all members.
Detailed Description
Notification event sent to
IRsNotify listeners.
Member Function Documentation
| HRESULT IRsNotifyEvent::Create |
( |
[in] RtNotifyEvent |
eEvent, |
|
|
[in] IRsNode * |
pNode, |
|
|
[in] CONID * |
pConId, |
|
|
[in] VARIANT * |
pVtData | |
|
) |
| | |
- Parameters:
-
| eEvent | [in] . |
| pNode | [in] . |
| pConId | [in] . |
| pVtData | [in] . |
| HRESULT IRsNotifyEvent::Time |
( |
[out] RtUlong * |
pTime |
) |
|
| HRESULT IRsNotifyEvent::Source |
( |
[out] IRsNode ** |
ppNode |
) |
|
| HRESULT IRsNotifyEvent::ConnectorId |
( |
[out] CONID * |
pConId |
) |
|
| HRESULT IRsNotifyEvent::EventData |
( |
[out] VARIANT * |
pVtData |
) |
|
Property Documentation
IUnknown** IRsNotifyEvent::Caller [get] |
Caller object, object that calls OnNotifyEvent method, read only value.
- Returns:
- pVal [out,retval] .
IUnknown* IRsNotifyEvent::Caller [set] |