ReactOS 0.4.16-dev-297-gc569aee
|
#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 1072 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 1209 of file settings.c.
Referenced by DeviceSettingsPage(), LoadSetupData(), SetupStartPage(), and UpdateKBLayout().
PGENERIC_LIST CreateLanguageList | ( | IN HINF | InfFile, |
OUT PWSTR | DefaultLanguage | ||
) |
Definition at line 1159 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 1098 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_ PCWSTR | ComputerType, | ||
_Out_ PWSTR * | AdditionalSectionName | ||
) |
Definition at line 787 of file settings.c.
Referenced by PrepareCopyInfFile().
Definition at line 806 of file settings.c.
Referenced by UpdateRegistry().
Definition at line 1267 of file settings.c.
Referenced by UpdateRegistry().
|
static |
Definition at line 1111 of file settings.c.
Referenced by CreateLanguageList().
Definition at line 969 of file settings.c.
Referenced by UpdateRegistry().
Definition at line 1370 of file settings.c.
Referenced by UpdateRegistry().
Definition at line 1320 of file settings.c.
Referenced by UpdateRegistry().
|
static |
Definition at line 41 of file settings.c.
Referenced by CreateLanguageList(), GetDefaultLanguageIndex(), and ProcessLangEntry().