ReactOS 0.4.15-dev-6663-gd1e9fe1
|
Go to the source code of this file.
Functions | |
static HICON | CreateLayoutIcon (LANGID LangID) |
static VOID | InitDefaultLangComboBox (HWND hwndCombo) |
static VOID | SetControlsState (HWND hwndDlg) |
static BOOL CALLBACK | EnumResNameProc (HMODULE hModule, LPCWSTR lpszType, LPWSTR lpszName, LONG_PTR lParam) |
static HICON | LoadIMEIcon (LPCTSTR pszImeFile) |
static HTREEITEM | FindLanguageInList (HWND hwndList, LPCTSTR pszLangName) |
static VOID | AddToInputListView (HWND hwndList, INPUT_LIST_NODE *pInputNode) |
static VOID | ExpandTreeItem (HWND hwndTree, HTREEITEM hItem) |
static VOID | UpdateInputListView (HWND hwndList) |
static VOID | OnInitSettingsPage (HWND hwndDlg) |
static VOID | OnDestroySettingsPage (HWND hwndDlg) |
VOID | OnCommandSettingsPage (HWND hwndDlg, WPARAM wParam) |
static BOOL | IsRebootNeeded (VOID) |
BOOL | EnableProcessPrivileges (LPCWSTR lpPrivilegeName, BOOL bEnable) |
static INT_PTR | OnNotifySettingsPage (HWND hwndDlg, LPARAM lParam) |
INT_PTR CALLBACK | SettingsPageProc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
Variables | |
static INT | s_nAliveLeafCount = 0 |
static INT | s_nRootCount = 0 |
static INT | s_iKeyboardImage = -1 |
static INT | s_iDotImage = -1 |
static BOOL | s_bDefaultInputChanged = FALSE |
|
static |
Definition at line 216 of file settings_page.c.
Referenced by UpdateInputListView().
Definition at line 21 of file settings_page.c.
Referenced by AddToInputListView().
Definition at line 567 of file settings_page.c.
Referenced by OnNotifySettingsPage().
|
static |
Definition at line 159 of file settings_page.c.
Referenced by LoadIMEIcon().
Definition at line 317 of file settings_page.c.
Referenced by ExpandTreeItem(), and UpdateInputListView().
Definition at line 191 of file settings_page.c.
Referenced by AddToInputListView().
Definition at line 108 of file settings_page.c.
Referenced by SetControlsState().
Definition at line 549 of file settings_page.c.
Referenced by OnNotifySettingsPage().
Definition at line 172 of file settings_page.c.
Referenced by AddToInputListView().
Definition at line 425 of file settings_page.c.
Referenced by SettingsPageProc().
Definition at line 416 of file settings_page.c.
Referenced by SettingsPageProc().
Definition at line 389 of file settings_page.c.
Referenced by SettingsPageProc().
Definition at line 595 of file settings_page.c.
Referenced by SettingsPageProc().
Definition at line 138 of file settings_page.c.
Referenced by OnCommandSettingsPage(), OnInitSettingsPage(), and OnNotifySettingsPage().
Definition at line 647 of file settings_page.c.
Referenced by SystemApplet().
Definition at line 329 of file settings_page.c.
Referenced by OnCommandSettingsPage(), and OnInitSettingsPage().
Definition at line 18 of file settings_page.c.
Referenced by IsRebootNeeded(), and OnCommandSettingsPage().
|
static |
Definition at line 17 of file settings_page.c.
Referenced by AddToInputListView(), and UpdateInputListView().
|
static |
Definition at line 16 of file settings_page.c.
Referenced by AddToInputListView(), and UpdateInputListView().
|
static |
Definition at line 14 of file settings_page.c.
Referenced by SetControlsState(), and UpdateInputListView().
|
static |
Definition at line 15 of file settings_page.c.
Referenced by SetControlsState(), and UpdateInputListView().