ReactOS 0.4.16-dev-88-ga65b6ae
|
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) |
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 |
Definition at line 215 of file settings_page.c.
Referenced by UpdateInputListView().
Definition at line 20 of file settings_page.c.
Referenced by AddToInputListView().
Definition at line 548 of file settings_page.c.
|
static |
Definition at line 158 of file settings_page.c.
Referenced by LoadIMEIcon().
Definition at line 316 of file settings_page.c.
Referenced by ExpandTreeItem(), and UpdateInputListView().
Definition at line 190 of file settings_page.c.
Referenced by AddToInputListView().
Definition at line 107 of file settings_page.c.
Referenced by SetControlsState().
Definition at line 171 of file settings_page.c.
Referenced by AddToInputListView().
Definition at line 424 of file settings_page.c.
Referenced by SettingsPageProc().
Definition at line 415 of file settings_page.c.
Referenced by SettingsPageProc().
Definition at line 388 of file settings_page.c.
Referenced by SettingsPageProc().
Definition at line 576 of file settings_page.c.
Referenced by SettingsPageProc().
Definition at line 137 of file settings_page.c.
Referenced by OnCommandSettingsPage(), OnInitSettingsPage(), and OnNotifySettingsPage().
Definition at line 613 of file settings_page.c.
Referenced by SystemApplet().
Definition at line 328 of file settings_page.c.
Referenced by OnCommandSettingsPage(), and OnInitSettingsPage().
|
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().