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

Call-in meeting Interface. More...

#include <meeting_phone_helper_interface.h>

Public Member Functions

virtual ~IMeetingCallInPhoneNumberInfo ()
 
virtual const wchar_t * GetID ()=0
 Get the country ID of the current information. More...
 
virtual const wchar_t * GetCode ()=0
 Get the country code of the current information. More...
 
virtual const wchar_t * GetName ()=0
 Get the country name of the current information. More...
 
virtual const wchar_t * GetNumber ()=0
 Get the telephone number of the current information. More...
 
virtual const wchar_t * GetDisplayNumber ()=0
 Get the display number of the current information. More...
 
virtual CALLINNUMTYPE GetType ()=0
 Get the call type of the current information. More...
 

Detailed Description

Call-in meeting Interface.

Definition at line 40 of file meeting_phone_helper_interface.h.

Constructor & Destructor Documentation

◆ ~IMeetingCallInPhoneNumberInfo()

virtual IMeetingCallInPhoneNumberInfo::~IMeetingCallInPhoneNumberInfo ( )
inlinevirtual

Definition at line 43 of file meeting_phone_helper_interface.h.

43{}

Member Function Documentation

◆ GetCode()

virtual const wchar_t * IMeetingCallInPhoneNumberInfo::GetCode ( )
pure virtual

Get the country code of the current information.

Returns
The country code.

◆ GetDisplayNumber()

virtual const wchar_t * IMeetingCallInPhoneNumberInfo::GetDisplayNumber ( )
pure virtual

Get the display number of the current information.

Returns
The display number.

◆ GetID()

virtual const wchar_t * IMeetingCallInPhoneNumberInfo::GetID ( )
pure virtual

Get the country ID of the current information.

Returns
The country ID.

◆ GetName()

virtual const wchar_t * IMeetingCallInPhoneNumberInfo::GetName ( )
pure virtual

Get the country name of the current information.

Returns
The country name.

◆ GetNumber()

virtual const wchar_t * IMeetingCallInPhoneNumberInfo::GetNumber ( )
pure virtual

Get the telephone number of the current information.

Returns
The telephone number.

◆ GetType()

virtual CALLINNUMTYPE IMeetingCallInPhoneNumberInfo::GetType ( )
pure virtual

Get the call type of the current information.

Returns
Call type. For more details, see CALLINNUMTYPE.