IRTCClientEvent
RTCE_CLIENT events have an IRTCClientEvent interface. This type of event is fired when general Client-related events occur.
When the application's implementation of the IRTCEventNotification::Event method indicates an RTC_EVENT of type RTCE_CLIENT, the method's pEvent parameter is an IDispatch pointer for the IRTCClientEvent interface.
Methods in Vtable Order
The IRTCClientEvent interface inherits the methods of the standard COM interface IUnknown.
In addition, IRTCClientEvent defines the following methods.
Method | Description |
---|---|
get_EventType | Returns the event type. |
get_Client | Returns a pointer to the IRTCClient interface. |
Requirements
Client: Requires Windows XP.
Server: Requires Windows Server 2003.
Redistributable: Requires Rtcdll.dll on Windows 2000, and Windows Me/98.
Header: Declared in Rtccore.h.
Library: Included as a resource in Rtcdll.dll.
GUID: IID_IRTCProfileEvent2 is defined as 62E56EDC-03FA-4121-94FB-23493FD0AE64.