Windows SDK API Reference
Loading...
Searching...
No Matches
tagWebinarAttendeeStatus Struct Reference

Status of webinar attendee. Here are more detailed structural descriptions. More...

#include <meeting_participants_ctrl_interface.h>

Public Member Functions

 tagWebinarAttendeeStatus ()
 

Data Fields

bool allow_talk
 TRUE indicates that it is able to talk. More...
 

Detailed Description

Status of webinar attendee. Here are more detailed structural descriptions.

Definition at line 29 of file meeting_participants_ctrl_interface.h.

Constructor & Destructor Documentation

◆ tagWebinarAttendeeStatus()

tagWebinarAttendeeStatus::tagWebinarAttendeeStatus ( )
inline

Definition at line 32 of file meeting_participants_ctrl_interface.h.

33 {
34 allow_talk = false;
35 }
bool allow_talk
TRUE indicates that it is able to talk.

References allow_talk.

Field Documentation

◆ allow_talk

bool tagWebinarAttendeeStatus::allow_talk

TRUE indicates that it is able to talk.

Definition at line 31 of file meeting_participants_ctrl_interface.h.

Referenced by tagWebinarAttendeeStatus().