Share via


RTC_PROVIDER_URI (Windows CE 5.0)

Send Feedback

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

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

OS Versions: Windows CE .NET 4.0 and later.
Header: Rtccore.h.

See Also

RTC Client API Enumerations | IRTCProfile::ProviderURI

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.