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

Visible shared source information. Here are more detailed structural descriptions.. More...

#include <meeting_sharing_interface.h>

Public Member Functions

 tagViewableShareSource ()
 

Data Fields

unsigned int userid
 User ID. More...
 
bool isShowingInFirstView
 Display or not on the primary view. More...
 
bool isShowingInSecondView
 Display or not on the secondary view. More...
 
bool isCanBeRemoteControl
 Enable or disable the remote control. More...
 

Detailed Description

Visible shared source information. Here are more detailed structural descriptions..

Definition at line 56 of file meeting_sharing_interface.h.

Constructor & Destructor Documentation

◆ tagViewableShareSource()

tagViewableShareSource::tagViewableShareSource ( )
inline

Definition at line 62 of file meeting_sharing_interface.h.

63 {
64 userid = 0;
68 }
bool isCanBeRemoteControl
Enable or disable the remote control.
bool isShowingInFirstView
Display or not on the primary view.
bool isShowingInSecondView
Display or not on the secondary view.

References isCanBeRemoteControl, isShowingInFirstView, isShowingInSecondView, and userid.

Field Documentation

◆ isCanBeRemoteControl

bool tagViewableShareSource::isCanBeRemoteControl

Enable or disable the remote control.

Definition at line 61 of file meeting_sharing_interface.h.

Referenced by tagViewableShareSource().

◆ isShowingInFirstView

bool tagViewableShareSource::isShowingInFirstView

Display or not on the primary view.

Definition at line 59 of file meeting_sharing_interface.h.

Referenced by tagViewableShareSource().

◆ isShowingInSecondView

bool tagViewableShareSource::isShowingInSecondView

Display or not on the secondary view.

Definition at line 60 of file meeting_sharing_interface.h.

Referenced by tagViewableShareSource().

◆ userid

unsigned int tagViewableShareSource::userid

User ID.

Definition at line 58 of file meeting_sharing_interface.h.

Referenced by tagViewableShareSource().