ReactOS 0.4.16-dev-297-gc569aee
|
#include "precomp.h"
#include "mui.h"
#include "muifonts.h"
#include "muilanguages.h"
#include "registry.h"
#include "substset.h"
#include <debug.h>
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Functions | |
static ULONG | FindLanguageIndex (IN PCWSTR LanguageId) |
BOOLEAN | IsLanguageAvailable (IN PCWSTR LanguageId) |
KLID | MUIDefaultKeyboardLayout (IN PCWSTR LanguageId) |
UINT | MUIGetOEMCodePage (IN PCWSTR LanguageId) |
GEOID | MUIGetGeoID (IN PCWSTR LanguageId) |
const MUI_LAYOUTS * | MUIGetLayoutsList (IN PCWSTR LanguageId) |
static BOOLEAN | AddHotkeySettings (IN PCWSTR Hotkey, IN PCWSTR LangHotkey, IN PCWSTR LayoutHotkey) |
BOOLEAN | AddKbLayoutsToRegistry (_In_ const MUI_LAYOUTS *MuiLayouts) |
BOOLEAN | AddKeyboardLayouts (IN PCWSTR LanguageId) |
static BOOLEAN | AddCodepageToRegistry (_In_ UINT ACPage, _In_ UINT OEMCPage, _In_ UINT MACCPage) |
static BOOLEAN | AddFontsSettingsToRegistry (IN const MUI_SUBFONT *MuiSubFonts) |
BOOLEAN | AddCodePage (IN PCWSTR LanguageId) |
Definition at line 534 of file mui.c.
Referenced by UpdateRegistry().
|
static |
Definition at line 382 of file mui.c.
Referenced by AddCodePage().
|
static |
Definition at line 472 of file mui.c.
Referenced by AddCodePage().
|
static |
Definition at line 122 of file mui.c.
Referenced by AddKbLayoutsToRegistry().
BOOLEAN AddKbLayoutsToRegistry | ( | _In_ const MUI_LAYOUTS * | MuiLayouts | ) |
Definition at line 208 of file mui.c.
Referenced by AddKeyboardLayouts(), and ProcessKeyboardLayoutRegistry().
Definition at line 362 of file mui.c.
Referenced by UpdateRegistry().
Definition at line 44 of file mui.c.
Referenced by FindMUIEntriesOfPage(), FindMUIErrorEntries(), FindMUIStringEntries(), MUIDefaultKeyboardLayout(), MUIGetGeoID(), MUIGetLayoutsList(), MUIGetOEMCodePage(), and MUIGetString().
Definition at line 70 of file mui.c.
Referenced by ProcessLangEntry().
const MUI_LAYOUTS * MUIGetLayoutsList | ( | IN PCWSTR | LanguageId | ) |
Definition at line 112 of file mui.c.
Referenced by CreateKeyboardLayoutList(), and ProcessKeyboardLayoutRegistry().