Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
RTCE_PROFILE events have an IRTCProfileEvent2 interface. This type of event is fired when in-band provisioning completes.
When the application's implementation of the IRTCEventNotification::Event method indicates an RTC_EVENT of type RTCE_PROFILE, the method's pEvent parameter is an IDispatch pointer for the IRTCProfileEvent interface. The IRTCProfileEvent2 interface is obtained by performing a QueryInterface on the IRTCProfileEvent interface.
Note You must call the IRTCClient::put_EventFilter method and set an event filter mask that includes the RTCE_PROFILE event to enable reception of info events. If you do not call IRTCClient::put_EventFilter, your application will not receive any events.
Methods in Vtable Order
The IRTCProfileEvent2 interface inherits the methods of the standard COM interfaces:
In addition, IRTCProfileEvent2 defines the following method.
Method | Description |
---|---|
get_EventType | Returns the event type. |
Requirements
Redistributable: Requires Rtcdll.dll on Windows 2000, Windows XP, and Windows Server 2003.
Header: Declared in Rtccore.h.
Library: Included as a resource in Rtcdll.dll.
GUID: IID_IRTCProfileEvent2 is defined as 62E56EDC-03FA-4121-94FB-23493FD0AE64.