Share via


RTC_PROFILE_EVENT_TYPE

The RTC_PROFILE_EVENT_TYPE enumeration describes the profile events. The IRTCProfileEvent2::get_EventType method uses a value of this enumeration.

typedef enum RTC_PROFILE_EVENT_TYPE
{
  RTCPFET_PROFILE_GET, 
  RTCPFET_PROFILE_UPDATE
} RTC_PROFILE_EVENT_TYPE;

Constants

  • RTCPFET_PROFILE_GET
    An operation to retrieve the profile was performed. A profile has been created. When an application calls the IRTCClientProvisioning::GetProfile method, a profile object is created asynchronously. This event is fired when the profile creation operation is completed.
  • RTCPFET_PROFILE_UPDATE
    The profile was updated. This event is fired when the display name property for this profile is changed on the SIP server.

Requirements

Redistributable: Requires Rtcdll.dll on Windows 2000, Windows XP, and Windows Server 2003.
Header: Declared in Rtccore.h.