ZOOM Windows SDK  5.2.42037.1112
Public Member Functions | List of all members
IAnswerItem Class Referenceabstract

Answer item interface class. More...

#include <meeting_qa_ctrl_interface.h>

Public Member Functions

virtual time_t GetTimeStamp ()=0
 Get the timestamp of the answer. More...
 
virtual const wchar_t * GetText ()=0
 Get the text of the answer. More...
 
virtual const wchar_t * GetSenderName ()=0
 Get the sender's name of the answer. More...
 
virtual const wchar_t * GetQuestionID ()=0
 Get the related question's id of the answer. More...
 
virtual const wchar_t * GetAnswerID ()=0
 Get the answer id. More...
 
virtual bool IsPrivate ()=0
 Determine if the answer is private or not. More...
 
virtual bool IsLiveAnswer ()=0
 Determine if the answer is live or not. More...
 
virtual bool IsSenderMyself ()=0
 Determine whether the answer's sender is the user himself or not. More...
 

Detailed Description

Answer item interface class.

Member Function Documentation

◆ GetAnswerID()

virtual const wchar_t* IAnswerItem::GetAnswerID ( )
pure virtual

Get the answer id.

Returns
The answer id.

◆ GetQuestionID()

virtual const wchar_t* IAnswerItem::GetQuestionID ( )
pure virtual

Get the related question's id of the answer.

Returns
The related question's id of the answer.

◆ GetSenderName()

virtual const wchar_t* IAnswerItem::GetSenderName ( )
pure virtual

Get the sender's name of the answer.

Returns
The sender's name of the answer.

◆ GetText()

virtual const wchar_t* IAnswerItem::GetText ( )
pure virtual

Get the text of the answer.

Returns
The text of the answer.

◆ GetTimeStamp()

virtual time_t IAnswerItem::GetTimeStamp ( )
pure virtual

Get the timestamp of the answer.

Returns
The timestamp of the answer.

◆ IsLiveAnswer()

virtual bool IAnswerItem::IsLiveAnswer ( )
pure virtual

Determine if the answer is live or not.

Returns
TRUE indicates to the answer is live.

◆ IsPrivate()

virtual bool IAnswerItem::IsPrivate ( )
pure virtual

Determine if the answer is private or not.

Returns
TRUE indicates to the answer is private.

◆ IsSenderMyself()

virtual bool IAnswerItem::IsSenderMyself ( )
pure virtual

Determine whether the answer's sender is the user himself or not.

Returns
TRUE indicates that the answer's sender is the user himself.

The documentation for this class was generated from the following file: