ReactOS 0.4.15-dev-7157-gb7dcc10
|
#include "precomp.h"
#include "genlist.h"
#include "infsupp.h"
#include "mui.h"
#include "registry.h"
#include "settings.h"
#include <debug.h>
Go to the source code of this file.
Classes | |
struct | _LANG_ENTRY_PARAM |
Macros | |
#define | NDEBUG |
Typedefs | |
typedef UCHAR(NTAPI * | PPROCESS_ENTRY_ROUTINE) (IN PCWSTR KeyName, IN PCWSTR KeyValue, OUT PVOID *UserData, OUT PBOOLEAN Current, IN PVOID Parameter OPTIONAL) |
typedef struct _LANG_ENTRY_PARAM | LANG_ENTRY_PARAM |
typedef struct _LANG_ENTRY_PARAM * | PLANG_ENTRY_PARAM |
Variables | |
static ULONG | DefaultLanguageIndex = 0 |
#define NDEBUG |
Definition at line 36 of file settings.c.
typedef struct _LANG_ENTRY_PARAM LANG_ENTRY_PARAM |
typedef struct _LANG_ENTRY_PARAM * PLANG_ENTRY_PARAM |
typedef UCHAR(NTAPI * PPROCESS_ENTRY_ROUTINE) (IN PCWSTR KeyName, IN PCWSTR KeyValue, OUT PVOID *UserData, OUT PBOOLEAN Current, IN PVOID Parameter OPTIONAL) |
Definition at line 331 of file settings.c.
Definition at line 446 of file settings.c.
Referenced by CreateComputerTypeList().
|
static |
Definition at line 340 of file settings.c.
Referenced by AddComputerTypeEntries(), CreateDisplayDriverList(), CreateKeyboardDriverList(), CreateKeyboardLayoutList(), and CreateLanguageList().
PGENERIC_LIST CreateComputerTypeList | ( | IN HINF | InfFile | ) |
Definition at line 524 of file settings.c.
Referenced by DeviceSettingsPage(), LoadSetupData(), and SetupStartPage().
PGENERIC_LIST CreateDisplayDriverList | ( | IN HINF | InfFile | ) |
Definition at line 708 of file settings.c.
Referenced by DeviceSettingsPage(), LoadSetupData(), and SetupStartPage().
PGENERIC_LIST CreateKeyboardDriverList | ( | IN HINF | InfFile | ) |
Definition at line 1093 of file settings.c.
Referenced by DeviceSettingsPage(), LoadSetupData(), and SetupStartPage().
PGENERIC_LIST CreateKeyboardLayoutList | ( | IN HINF | InfFile, |
IN PCWSTR | LanguageId, | ||
OUT PWSTR | DefaultKBLayout | ||
) |
Definition at line 1230 of file settings.c.
Referenced by DeviceSettingsPage(), LoadSetupData(), SetupStartPage(), and UpdateKBLayout().
PGENERIC_LIST CreateLanguageList | ( | IN HINF | InfFile, |
OUT PWSTR | DefaultLanguage | ||
) |
Definition at line 1180 of file settings.c.
Referenced by LanguagePage(), LoadSetupData(), and SetupStartPage().
|
static |
Definition at line 408 of file settings.c.
Referenced by AddComputerTypeEntries(), CreateDisplayDriverList(), CreateKeyboardDriverList(), and CreateKeyboardLayoutList().
Definition at line 213 of file settings.c.
Referenced by AddComputerTypeEntries().
Definition at line 1119 of file settings.c.
Referenced by LanguagePage().
Definition at line 547 of file settings.c.
Referenced by CreateDisplayDriverList().
Definition at line 47 of file settings.c.
Referenced by GetComputerIdentifier().
BOOLEAN ProcessComputerFiles | ( | IN HINF | InfFile, |
IN PGENERIC_LIST | List, | ||
OUT PWSTR * | AdditionalSectionName | ||
) |
Definition at line 787 of file settings.c.
Referenced by PrepareCopyInfFile().
BOOLEAN ProcessDisplayRegistry | ( | IN HINF | InfFile, |
IN PGENERIC_LIST | List | ||
) |
Definition at line 809 of file settings.c.
Referenced by UpdateRegistry().
BOOLEAN ProcessKeyboardLayoutRegistry | ( | IN PGENERIC_LIST | List, |
IN PCWSTR | LanguageId | ||
) |
Definition at line 1288 of file settings.c.
Referenced by UpdateRegistry().
|
static |
Definition at line 1132 of file settings.c.
Referenced by CreateLanguageList().
BOOLEAN ProcessLocaleRegistry | ( | IN PGENERIC_LIST | List | ) |
Definition at line 979 of file settings.c.
Referenced by UpdateRegistry().
Definition at line 1387 of file settings.c.
Referenced by UpdateRegistry().
Definition at line 1344 of file settings.c.
Referenced by UpdateRegistry().
|
static |
Definition at line 41 of file settings.c.
Referenced by CreateLanguageList(), GetDefaultLanguageIndex(), and ProcessLangEntry().