RTC_PROVIDER_URI

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This enumeration defines possible provider Uniform Resource Identifiers (URIs). The IRTCProfile::ProviderURI method uses this enumeration.

Syntax

typedef enum RTC_PROVIDER_URI {
  RTCPU_URIHOMEPAGE,
  RTCPU_URIHELPDESK,
  RTCPU_URIPERSONALACCOUNT,
  RTCPU_URIDISPLAYDURINGCALL,
  RTCPU_URIDISPLAYDURINGIDLE
} RTC_PROVIDER_URI;

Elements

  • RTCPU_URIHOMEPAGE
    The provider's home page URI.
  • RTCPU_URIHELPDESK
    The provider's help desk URI.
  • RTCPU_URIPERSONALACCOUNT
    The URI displaying the client's personal account with the provider.
  • RTCPU_URIDISPLAYDURINGCALL
    The provider URI to display while a call is in progress.
  • RTCPU_URIDISPLAYDURINGIDLE
    The provider URI to display while no call is in progress.

Requirements

Header rtccore.h
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

RTC Client API Enumerations
IRTCProfile::ProviderURI