Meeting SDK for Windows API Reference
Loading...
Searching...
No Matches
tagShowSettingDlgParam Struct 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
 

Detailed Description

The parameter to show the meeting setting dialog in Zoom UI.

Definition at line 283 of file setting_service_interface.h.

Constructor & Destructor Documentation

◆ tagShowSettingDlgParam()

tagShowSettingDlgParam::tagShowSettingDlgParam ( )
inline

Field Documentation

◆ bCenter

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().

◆ bShow

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().

◆ eTabPageType

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().

◆ hParent

HWND tagShowSettingDlgParam::hParent

Parent window handle.

Definition at line 286 of file setting_service_interface.h.

Referenced by tagShowSettingDlgParam().

◆ hSettingWnd

HWND tagShowSettingDlgParam::hSettingWnd

Window handle of the dialog setting.

Definition at line 292 of file setting_service_interface.h.

Referenced by tagShowSettingDlgParam().

◆ left

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().

◆ top

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().