Share via


RTC_PROVIDER_URI

The RTC_PROVIDER_URI enumeration describes the provider URIs. The IRTCProfile::get_ProviderURI method returns a value of this enumeration.

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

Constants

  • 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

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

See Also

IRTCProfile::get_ProviderURI