RTC_PROVIDER_URI (Windows Embedded CE 6.0)
1/6/2010
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 |