IRsPhysEvent Interface Reference
Inherits IUnknown.
List of all members.
Detailed Description
IRsPhysEvent interface provides access to phys event.
Member Function Documentation
| HRESULT IRsPhysEvent::Create |
( |
[in] RtPhysEvent |
eEvent, |
|
|
[in] IRsNode * |
pNode, |
|
|
[in] VARIANT * |
pVtData | |
|
) |
| | |
Create phys event.
- Parameters:
-
| HRESULT IRsPhysEvent::Event |
( |
[out] RtPhysEvent * |
peEvent |
) |
|
Get phys event.
- Parameters:
-
| HRESULT IRsPhysEvent::Source |
( |
[out] IRsNode ** |
ppNode |
) |
|
Get source object of phys event.
- Parameters:
-
| ppNode | [out] Source object. |
| HRESULT IRsPhysEvent::EventData |
( |
[out] VARIANT * |
pVtData |
) |
|
Get data of phys event.
- Parameters:
-
| pVtData | [out] Event data. |