RTC_PROFILE_EVENT_TYPE (Windows CE 5.0)
This enumeration defines possible profile events. The IRTCProfileEvent2::EventType method uses this enumeration.
typedef enum RTC_PROFILE_EVENT_TYPE { RTCPFET_PROFILE_GET, RTCPFET_PROFILE_UPDATE } RTC_PROFILE_EVENT_TYPE;
Elements
- RTCPFET_PROFILE_GET
An operation to retrieve the profile was performed and 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
OS Versions: Windows CE .NET 4.0 and later.
Header: Rtccore.h.
See Also
RTC Client API Enumerations | IRTCClientProvisioning::GetProfile | IRTCProfileEvent2::EventType
Send Feedback on this topic to the authors