ReactOS
0.4.15-dev-4572-gde972e2
|
#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 328 of file settings.c.
Definition at line 442 of file settings.c.
Referenced by CreateComputerTypeList().
|
static |
Definition at line 336 of file settings.c.
Referenced by AddComputerTypeEntries(), CreateDisplayDriverList(), CreateKeyboardDriverList(), CreateKeyboardLayoutList(), and CreateLanguageList().
PGENERIC_LIST CreateComputerTypeList | ( | IN HINF | InfFile | ) |
Definition at line 520 of file settings.c.
Referenced by DeviceSettingsPage(), LoadSetupData(), and SetupStartPage().
PGENERIC_LIST CreateDisplayDriverList | ( | IN HINF | InfFile | ) |
Definition at line 704 of file settings.c.
Referenced by DeviceSettingsPage(), LoadSetupData(), and SetupStartPage().
PGENERIC_LIST CreateKeyboardDriverList | ( | IN HINF | InfFile | ) |
Definition at line 1089 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 1226 of file settings.c.
Referenced by DeviceSettingsPage(), LoadSetupData(), SetupStartPage(), and UpdateKBLayout().
PGENERIC_LIST CreateLanguageList | ( | IN HINF | InfFile, |
OUT PWSTR | DefaultLanguage | ||
) |
Definition at line 1176 of file settings.c.
Referenced by LanguagePage(), LoadSetupData(), and SetupStartPage().
|
static |
Definition at line 404 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 543 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 783 of file settings.c.
Referenced by PrepareCopyInfFile().
BOOLEAN ProcessDisplayRegistry | ( | IN HINF | InfFile, |
IN PGENERIC_LIST | List | ||
) |
Definition at line 805 of file settings.c.
Referenced by UpdateRegistry().
BOOLEAN ProcessKeyboardLayoutRegistry | ( | IN PGENERIC_LIST | List, |
IN PCWSTR | LanguageId | ||
) |
Definition at line 1284 of file settings.c.
Referenced by UpdateRegistry().
|
static |
Definition at line 1128 of file settings.c.
Referenced by CreateLanguageList().
BOOLEAN ProcessLocaleRegistry | ( | IN PGENERIC_LIST | List | ) |
Definition at line 975 of file settings.c.
Referenced by UpdateRegistry().
Definition at line 1383 of file settings.c.
Referenced by UpdateRegistry().
Definition at line 1340 of file settings.c.
Referenced by UpdateRegistry().
|
static |
Definition at line 41 of file settings.c.
Referenced by CreateLanguageList(), GetDefaultLanguageIndex(), and ProcessLangEntry().