Meeting SDK for Windows API Reference
|
The parameter to show the meeting setting dialog in Zoom UI. More...
#include <setting_service_interface.h>
Public Member Functions | |
tagShowSettingDlgParam () | |
Data Fields | |
HWND | hParent |
int | top |
int | left |
HWND | hSettingWnd |
bool | bShow |
Enable to display or nor. | |
bool | bCenter |
SettingTabPage | eTabPageType |
The parameter to show the meeting setting dialog in Zoom UI.
Definition at line 283 of file setting_service_interface.h.
|
inline |
Definition at line 299 of file setting_service_interface.h.
References bCenter, bShow, eTabPageType, hParent, hSettingWnd, left, SettingTabPage_General, and top.
bool tagShowSettingDlgParam::bCenter |
Enable to display the dialog at the center of the screen and discard the value of top and left.
Definition at line 296 of file setting_service_interface.h.
Referenced by tagShowSettingDlgParam().
bool tagShowSettingDlgParam::bShow |
Enable to display or nor.
Enable to display or not.
Definition at line 294 of file setting_service_interface.h.
Referenced by tagShowSettingDlgParam().
SettingTabPage tagShowSettingDlgParam::eTabPageType |
The tab page shown at the top of the displayed setting dialog.
Definition at line 298 of file setting_service_interface.h.
Referenced by tagShowSettingDlgParam().
HWND tagShowSettingDlgParam::hParent |
Parent window handle.
Definition at line 286 of file setting_service_interface.h.
Referenced by tagShowSettingDlgParam().
HWND tagShowSettingDlgParam::hSettingWnd |
Window handle of the dialog setting.
Definition at line 292 of file setting_service_interface.h.
Referenced by tagShowSettingDlgParam().
int tagShowSettingDlgParam::left |
The X-axis value of the top-left corner of the dialog uses the coordinate system of the monitor.
Definition at line 290 of file setting_service_interface.h.
Referenced by tagShowSettingDlgParam().
int tagShowSettingDlgParam::top |
The Y-axis value of the top-left corner of the dialog uses the coordinate system of the monitor.
Definition at line 288 of file setting_service_interface.h.
Referenced by tagShowSettingDlgParam().