Windows SDK API 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... | |
Definition at line 182 of file setting_service_interface.h.
|
inline |
Definition at line 191 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 189 of file setting_service_interface.h.
Referenced by tagShowSettingDlgParam().
bool tagShowSettingDlgParam::bShow |
Enable to display or nor.
Definition at line 188 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 190 of file setting_service_interface.h.
Referenced by tagShowSettingDlgParam().
HWND tagShowSettingDlgParam::hParent |
Parent window handle.
Definition at line 184 of file setting_service_interface.h.
Referenced by tagShowSettingDlgParam().
HWND tagShowSettingDlgParam::hSettingWnd |
Window handle of the dialog setting.
Definition at line 187 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 186 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 185 of file setting_service_interface.h.
Referenced by tagShowSettingDlgParam().