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

#include <setting_service_interface.h>

Public Member Functions

 tagShowSettingDlgParam ()
 

Data Fields

HWND hParent
 Parent window handle. More...
 
int top
 The Y-axis value of the top-left corner of the dialog uses the coordinate system of the monitor. More...
 
int left
 The X-axis value of the top-left corner of the dialog uses the coordinate system of the monitor. More...
 
HWND hSettingWnd
 Window handle of the dialog setting. More...
 
bool bShow
 Enable to display or nor. More...
 
bool bCenter
 Enable to display the dialog at the center of the screen and discard the value of top and left. More...
 
SettingTabPage eTabPageType
 The tab page shown at the top of the displayed setting dialog. More...
 

Detailed Description

Definition at line 182 of file setting_service_interface.h.

Constructor & Destructor Documentation

◆ tagShowSettingDlgParam()

tagShowSettingDlgParam::tagShowSettingDlgParam ( )
inline

Definition at line 191 of file setting_service_interface.h.

192 {
193 hParent = NULL;
194 top = 0;
195 left = 0;
196 hSettingWnd = NULL;
197 bShow = true;
198 bCenter = false;
200 }
@ SettingTabPage_General
General setting page.
bool bShow
Enable to display or nor.
bool bCenter
Enable to display the dialog at the center of the screen and discard the value of top and left.
SettingTabPage eTabPageType
The tab page shown at the top of the displayed setting dialog.
HWND hSettingWnd
Window handle of the dialog setting.
int top
The Y-axis value of the top-left corner of the dialog uses the coordinate system of the monitor.
int left
The X-axis value of the top-left corner of the dialog uses the coordinate system of the monitor.
HWND hParent
Parent window handle.

References bCenter, bShow, eTabPageType, hParent, hSettingWnd, left, SettingTabPage_General, and top.

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 189 of file setting_service_interface.h.

Referenced by tagShowSettingDlgParam().

◆ bShow

bool tagShowSettingDlgParam::bShow

Enable to display or nor.

Definition at line 188 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 190 of file setting_service_interface.h.

Referenced by tagShowSettingDlgParam().

◆ hParent

HWND tagShowSettingDlgParam::hParent

Parent window handle.

Definition at line 184 of file setting_service_interface.h.

Referenced by tagShowSettingDlgParam().

◆ hSettingWnd

HWND tagShowSettingDlgParam::hSettingWnd

Window handle of the dialog setting.

Definition at line 187 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 186 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 185 of file setting_service_interface.h.

Referenced by tagShowSettingDlgParam().