RTC_PROVIDER_URI
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
Last updated on Saturday, April 10, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.