|
Windows SDK API 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... | |
Visible shared source information. Here are more detailed structural descriptions..
Definition at line 56 of file meeting_sharing_interface.h.
|
inline |
Definition at line 62 of file meeting_sharing_interface.h.
References isCanBeRemoteControl, isShowingInFirstView, isShowingInSecondView, and userid.
| bool tagViewableShareSource::isCanBeRemoteControl |
Enable or disable the remote control.
Definition at line 61 of file meeting_sharing_interface.h.
Referenced by tagViewableShareSource().
| bool tagViewableShareSource::isShowingInFirstView |
Display or not on the primary view.
Definition at line 59 of file meeting_sharing_interface.h.
Referenced by tagViewableShareSource().
| bool tagViewableShareSource::isShowingInSecondView |
Display or not on the secondary view.
Definition at line 60 of file meeting_sharing_interface.h.
Referenced by tagViewableShareSource().
| unsigned int tagViewableShareSource::userid |
User ID.
Definition at line 58 of file meeting_sharing_interface.h.
Referenced by tagViewableShareSource().