Meeting SDK for Windows API Reference
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
IMeetingPhoneSupportCountryInfo Class Referenceabstract

Phone meeting support country information interface. More...

#include <meeting_phone_helper_interface.h>

Public Member Functions

virtual ~IMeetingPhoneSupportCountryInfo ()
 
virtual const zchar_tGetCountryID ()=0
 Get the country ID of the current information.
 
virtual const zchar_tGetCountryName ()=0
 Get the country name of the current information.
 
virtual const zchar_tGetCountryCode ()=0
 Get the country code of the current information.
 

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 zchar_t * IMeetingPhoneSupportCountryInfo::GetCountryCode ( )
pure virtual

Get the country code of the current information.

Returns
The country code.

◆ GetCountryID()

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

Get the country ID of the current information.

Returns
The country ID.

◆ GetCountryName()

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

Get the country name of the current information.

Returns
The country name.