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

BO interface. More...

#include <meeting_breakout_rooms_interface_v2.h>

Public Member Functions

virtual ~IBOMeeting ()
 
virtual const wchar_t * GetBOID ()=0
 Get BO ID. More...
 
virtual const wchar_t * GetBOName ()=0
 Get BO name. More...
 
virtual IList< const wchar_t * > * GetBOUserList ()=0
 Get user ID list in the BO. More...
 

Detailed Description

BO interface.

Definition at line 80 of file meeting_breakout_rooms_interface_v2.h.

Constructor & Destructor Documentation

◆ ~IBOMeeting()

virtual IBOMeeting::~IBOMeeting ( )
inlinevirtual

Definition at line 83 of file meeting_breakout_rooms_interface_v2.h.

83{}

Member Function Documentation

◆ GetBOID()

virtual const wchar_t * IBOMeeting::GetBOID ( )
pure virtual

Get BO ID.

◆ GetBOName()

virtual const wchar_t * IBOMeeting::GetBOName ( )
pure virtual

Get BO name.

◆ GetBOUserList()

virtual IList< const wchar_t * > * IBOMeeting::GetBOUserList ( )
pure virtual

Get user ID list in the BO.

Returns
If the function succeeds, the return value is a pointer to IList object. For more details, see IList,