ReactOS 0.4.15-dev-5672-gf73ac17
|
Go to the source code of this file.
Classes | |
struct | _GENENTRY |
Typedefs | |
typedef struct _GENENTRY | GENENTRY |
typedef struct _GENENTRY * | PGENENTRY |
Functions | |
PGENERIC_LIST | CreateComputerTypeList (IN HINF InfFile) |
PGENERIC_LIST | CreateDisplayDriverList (IN HINF InfFile) |
BOOLEAN | ProcessComputerFiles (IN HINF InfFile, IN PGENERIC_LIST List, OUT PWSTR *AdditionalSectionName) |
BOOLEAN | ProcessDisplayRegistry (IN HINF InfFile, IN PGENERIC_LIST List) |
PGENERIC_LIST | CreateKeyboardDriverList (IN HINF InfFile) |
PGENERIC_LIST | CreateKeyboardLayoutList (IN HINF InfFile, IN PCWSTR LanguageId, OUT PWSTR DefaultKBLayout) |
PGENERIC_LIST | CreateLanguageList (IN HINF InfFile, OUT PWSTR DefaultLanguage) |
ULONG | GetDefaultLanguageIndex (VOID) |
BOOLEAN | ProcessKeyboardLayoutRegistry (IN PGENERIC_LIST List, IN PCWSTR LanguageId) |
BOOLEAN | ProcessKeyboardLayoutFiles (IN PGENERIC_LIST List) |
BOOLEAN | ProcessLocaleRegistry (IN PGENERIC_LIST List) |
BOOLEAN | SetGeoID (IN PCWSTR Id) |
BOOLEAN | SetDefaultPagefile (IN WCHAR Drive) |
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().
Definition at line 1119 of file settings.c.
Referenced by LanguagePage().
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 ProcessKeyboardLayoutFiles | ( | IN PGENERIC_LIST | List | ) |
BOOLEAN ProcessKeyboardLayoutRegistry | ( | IN PGENERIC_LIST | List, |
IN PCWSTR | LanguageId | ||
) |
Definition at line 1288 of file settings.c.
Referenced by UpdateRegistry().
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().