ReactOS
0.4.15-dev-1627-gaf0f858
|
Go to the source code of this file.
Functions | |
static HICON | CreateLayoutIcon (LPWSTR szLayout, BOOL bIsDefault) |
static VOID | SetControlsState (HWND hwndDlg, BOOL bIsEnabled) |
static VOID | AddToInputListView (HWND hwndList, INPUT_LIST_NODE *pInputNode) |
static VOID | UpdateInputListView (HWND hwndList) |
static VOID | OnInitSettingsPage (HWND hwndDlg) |
static VOID | OnDestroySettingsPage (HWND hwndDlg) |
VOID | OnCommandSettingsPage (HWND hwndDlg, WPARAM wParam) |
BOOL | EnableProcessPrivileges (LPCWSTR lpPrivilegeName, BOOL bEnable) |
static VOID | OnNotifySettingsPage (HWND hwndDlg, LPARAM lParam) |
INT_PTR CALLBACK | SettingsPageProc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
|
static |
Definition at line 124 of file settings_page.c.
Referenced by UpdateInputListView().
Definition at line 16 of file settings_page.c.
Referenced by AddToInputListView().
Definition at line 353 of file settings_page.c.
Referenced by OnNotifySettingsPage().
Definition at line 250 of file settings_page.c.
Referenced by SettingsPageProc().
Definition at line 188 of file settings_page.c.
Referenced by SettingsPageProc().
Definition at line 381 of file settings_page.c.
Referenced by SettingsPageProc().
Definition at line 115 of file settings_page.c.
Referenced by OnInitSettingsPage(), and OnNotifySettingsPage().
Definition at line 448 of file settings_page.c.
Referenced by SystemApplet().
Definition at line 162 of file settings_page.c.
Referenced by OnCommandSettingsPage(), and OnInitSettingsPage().