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.
1/6/2010
This enumeration defines possible profile events. The IRTCProfileEvent2::EventType method uses this enumeration.
Syntax
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
| Header | rtccore.h |
| Windows Embedded CE | Windows CE .NET 4.0 and later |
See Also
Reference
RTC Client API Enumerations
IRTCClientProvisioning::GetProfile
IRTCProfileEvent2::EventType