IRsConData Interface Reference
Inherits IUnknown.
List of all members.
Detailed Description
interface used to carry additional data with notification event
Member Function Documentation
| HRESULT IRsConData::Create |
( |
[in] IRsConnector * |
pCon, |
|
|
[in] VARIANT * |
pVtConData | |
|
) |
| | |
Initializes connector data object
- Parameters:
-
| pCon | [in] source connector of notification event |
| pVtConData | [in] original data object associated with source connector |
| HRESULT IRsConData::Connector |
( |
[out] IRsConnector ** |
ppCon |
) |
|
returns the source connector of notification event
- Parameters:
-
| ppCon | [out] returns connector interface |
| HRESULT IRsConData::EventData |
( |
[out] VARIANT * |
pVtData |
) |
|
returns original data object associated with source connector
- Parameters:
-
| pVtData | [out] returned data object stored in connector |