ReactOS 0.4.16-dev-1105-gafe29ee
|
Go to the source code of this file.
Macros | |
#define | WIN32_NO_STATUS |
Functions | |
static VOID | OnOK (HWND hwndDlg) |
static VOID | OnInitSysSettingsDialog (HWND hwndDlg) |
INT_PTR CALLBACK | SysSettingsDlgProc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
INT_PTR CALLBACK | AdvancedPageProc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
Variables | |
static TCHAR | BugLink [] = _T("http://jira.reactos.org/") |
static TCHAR | ReportAsWorkstationKey [] = _T("SYSTEM\\CurrentControlSet\\Control\\ReactOS\\Settings\\Version") |
#define WIN32_NO_STATUS |
Definition at line 12 of file advanced.c.
Definition at line 119 of file advanced.c.
Definition at line 53 of file advanced.c.
Referenced by SysSettingsDlgProc().
Definition at line 20 of file advanced.c.
Referenced by SysSettingsDlgProc().
Definition at line 85 of file advanced.c.
Referenced by AdvancedPageProc().
|
static |
Definition at line 15 of file advanced.c.
Referenced by AdvancedPageProc().
|
static |
Definition at line 16 of file advanced.c.
Referenced by OnInitSysSettingsDialog(), and OnOK().