ReactOS 0.4.16-dev-334-g4d9f67c
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
BOOLEAN NTAPI AppendGenericListEntry | ( | IN OUT PGENERIC_LIST | List, |
IN PVOID | Data, | ||
IN BOOLEAN | Current | ||
) |
Definition at line 65 of file genlist.c.
Referenced by AddEntriesFromInfSection(), AddNTOSInstallation(), and CreateDisplayDriverList().
PGENERIC_LIST NTAPI CreateGenericList | ( | VOID | ) |
Definition at line 21 of file genlist.c.
Referenced by CreateComputerTypeList(), CreateDisplayDriverList(), CreateKeyboardDriverList(), CreateKeyboardLayoutList(), CreateLanguageList(), and CreateNTOSInstallationsList().
Definition at line 38 of file genlist.c.
Referenced by CreateComputerTypeList(), CreateDisplayDriverList(), CreateKeyboardDriverList(), CreateKeyboardLayoutList(), CreateLanguageList(), FinishSetup(), and QuitPage().
PGENERIC_LIST_ENTRY NTAPI GetCurrentListEntry | ( | IN PGENERIC_LIST | List | ) |
Definition at line 102 of file genlist.c.
Referenced by DrawGenericListCurrentItem(), LanguagePage(), PrepareCopyInfFile(), SummaryDlgProc(), TypeDlgProc(), UpdateRegistry(), UpgradeRepairDlgProc(), and UpgradeRepairPage().
PGENERIC_LIST_ENTRY NTAPI GetFirstListEntry | ( | IN PGENERIC_LIST | List | ) |
Definition at line 110 of file genlist.c.
Referenced by CreateLanguageList(), FindExistingNTOSInstall(), LoadSetupData(), SetupStartPage(), and UpdateKBLayout().
PVOID NTAPI GetListEntryData | ( | IN PGENERIC_LIST_ENTRY | Entry | ) |
Definition at line 134 of file genlist.c.
Referenced by AddNTOSInstallationItem(), CreateLanguageList(), FindExistingNTOSInstall(), GetNTOSInstallationName(), GetSettingDescription(), LanguagePage(), LoadSetupData(), PrepareCopyInfFile(), SetupStartPage(), TypeDlgProc(), UpdateKBLayout(), UpdateRegistry(), UpgradeRepairDlgProc(), and UpgradeRepairPage().
ULONG_PTR GetListEntryUiData | ( | IN PGENERIC_LIST_ENTRY | Entry | ) |
PGENERIC_LIST_ENTRY NTAPI GetNextListEntry | ( | IN PGENERIC_LIST_ENTRY | Entry | ) |
Definition at line 121 of file genlist.c.
Referenced by FindExistingNTOSInstall(), LoadSetupData(), SetupStartPage(), and UpdateKBLayout().
ULONG NTAPI GetNumberOfListEntries | ( | IN PGENERIC_LIST | List | ) |
Definition at line 149 of file genlist.c.
Referenced by CreateKeyboardLayoutList(), DrawGenericListCurrentItem(), LanguagePage(), TypeDlgProc(), UpgradeRepairDlgProc(), and UpgradeRepairPage().
VOID NTAPI SetCurrentListEntry | ( | IN PGENERIC_LIST | List, |
IN PGENERIC_LIST_ENTRY | Entry | ||
) |
Definition at line 91 of file genlist.c.
Referenced by DeviceDlgProc(), LoadSetupData(), SetupStartPage(), UpdateKBLayout(), and UpgradeRepairDlgProc().