|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <stdlib.h>#include <wchar.h>#include <windef.h>#include <winbase.h>#include <winnls.h>#include <winreg.h>#include <winuser.h>#include <wingdi.h>#include <commctrl.h>#include <windowsx.h>#include <setupapi.h>#include <strsafe.h>#include <cpl.h>#include <imm32_undoc.h>#include "resource.h"

Go to the source code of this file.
Classes | |
| struct | APPLET |
| struct | KEY_SETTINGS |
Macros | |
| #define | WIN32_NO_STATUS |
| #define | CCH_LAYOUT_ID 8 |
| #define | CCH_ULONG_DEC 10 |
| #define | MAX_STR_LEN 256 |
Typedefs | |
| typedef struct APPLET * | PAPPLET |
Functions | |
| INT_PTR CALLBACK | SettingsPageProc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
| BOOL | EnableProcessPrivileges (LPCWSTR lpPrivilegeName, BOOL bEnable) |
| INT_PTR CALLBACK | AdvancedSettingsPageProc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
| INT_PTR CALLBACK | AddDialogProc (HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam) |
| INT_PTR CALLBACK | EditDialogProc (HWND hDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
| INT_PTR CALLBACK | KeySettingsDialogProc (HWND hDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
| DWORD | ReadAttributes (VOID) |
| INT_PTR CALLBACK | ChangeKeySeqDialogProc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
| static DWORD | DWORDfromString (const WCHAR *pszString) |
| VOID | GetSystemLibraryPath (LPWSTR pszPath, INT cchPath, LPCWSTR pszFileName) |
Variables | |
| HINSTANCE | hApplet |
| BOOL | g_bRebootNeeded |
Definition at line 177 of file add_dialog.c.
Referenced by OnCommandSettingsPage().
Definition at line 81 of file advanced_settings_page.c.
Referenced by SystemApplet().
Definition at line 12 of file key_sequence_dialog.c.
Referenced by KeySettingsDialogProc().
Definition at line 80 of file input.h.
Referenced by GetDefaultLayoutForLocale(), LayoutList_ReadLayout(), and LocaleList_Create().
Definition at line 14 of file edit_dialog.c.
Referenced by OnCommandSettingsPage().
Definition at line 548 of file settings_page.c.
Referenced by MainWnd_OnClose(), and PropSheetProc().
Definition at line 42 of file input_list.c.
Referenced by IntLoadKeyboardLayout().
Definition at line 224 of file key_settings_dialog.c.
Referenced by OnCommandSettingsPage().
Definition at line 14 of file key_settings_dialog.c.
Referenced by ReadKeysSettings().
Definition at line 613 of file settings_page.c.
|
extern |
Definition at line 18 of file input.c.
Referenced by OnCommandSettingsPage(), OnNotifyAdvancedSettingsPage(), OnNotifySettingsPage(), and PropSheetProc().