ReactOS 0.4.16-dev-250-g3ecd236
|
#include "precomp.h"
Go to the source code of this file.
Macros | |
#define | BUFFER_SIZE 512 |
Functions | |
static BOOL | LoadSystemIni (WCHAR *szPath, HWND hDlg) |
static BOOL | InitializeSystemDialog (HWND hDlg) |
INT_PTR CALLBACK | SystemPageWndProc (HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam) |
Variables | |
HWND | hSystemPage |
HWND | hSystemDialog |
#define BUFFER_SIZE 512 |
Definition at line 15 of file systempage.c.
Definition at line 77 of file systempage.c.
Referenced by SystemPageWndProc().
Definition at line 18 of file systempage.c.
Referenced by InitializeSystemDialog().
Definition at line 87 of file systempage.c.
HWND hSystemDialog |
Definition at line 13 of file systempage.c.
Referenced by SystemPageWndProc().
HWND hSystemPage |
Definition at line 12 of file systempage.c.
Referenced by MsConfig_OnTabWndSelChange(), MsConfigWndProc(), and OnCreate().