ReactOS 0.4.16-dev-297-gc569aee
|
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_ PCWSTR ComputerType, _Out_ PWSTR *AdditionalSectionName) |
BOOLEAN | ProcessDisplayRegistry (_In_ HINF InfFile, _In_ PCWSTR DisplayType) |
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_ PCWSTR pszLayoutId, _In_ PCWSTR LanguageId) |
BOOLEAN | ProcessLocaleRegistry (_In_ PCWSTR LanguageId) |
BOOLEAN | SetGeoID (_In_ GEOID GeoId) |
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 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().
Definition at line 1098 of file settings.c.
Referenced by LanguagePage().
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().
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().