Windows SDK API Reference
Loading...
Searching...
No Matches
IMeetingPhoneSupportCountryInfo Class Referenceabstract

Phone meeting support country information interface. More...

#include <meeting_phone_helper_interface.h>

Public Member Functions

virtual ~IMeetingPhoneSupportCountryInfo ()
 
virtual const wchar_t * GetCountryID ()=0
 Get the country ID of the current information. More...
 
virtual const wchar_t * GetCountryName ()=0
 Get the country name of the current information. More...
 
virtual const wchar_t * GetCountryCode ()=0
 Get the country code of the current information. More...
 

Detailed Description

Phone meeting support country information interface.

Definition at line 12 of file meeting_phone_helper_interface.h.

Constructor & Destructor Documentation

◆ ~IMeetingPhoneSupportCountryInfo()

virtual IMeetingPhoneSupportCountryInfo::~IMeetingPhoneSupportCountryInfo ( )
inlinevirtual

Definition at line 15 of file meeting_phone_helper_interface.h.

15{}

Member Function Documentation

◆ GetCountryCode()

virtual const wchar_t * IMeetingPhoneSupportCountryInfo::GetCountryCode ( )
pure virtual

Get the country code of the current information.

Returns
The country code.

◆ GetCountryID()

virtual const wchar_t * IMeetingPhoneSupportCountryInfo::GetCountryID ( )
pure virtual

Get the country ID of the current information.

Returns
The country ID.

◆ GetCountryName()

virtual const wchar_t * IMeetingPhoneSupportCountryInfo::GetCountryName ( )
pure virtual

Get the country name of the current information.

Returns
The country name.