ReactOS 0.4.16-dev-297-gc569aee
|
Go to the source code of this file.
Classes | |
struct | _GENERIC_LIST_ENTRY |
struct | _GENERIC_LIST |
Typedefs | |
typedef struct _GENERIC_LIST_ENTRY | GENERIC_LIST_ENTRY |
typedef struct _GENERIC_LIST_ENTRY * | PGENERIC_LIST_ENTRY |
typedef struct _GENERIC_LIST | GENERIC_LIST |
typedef struct _GENERIC_LIST * | PGENERIC_LIST |
typedef struct _GENERIC_LIST GENERIC_LIST |
typedef struct _GENERIC_LIST * PGENERIC_LIST |
typedef struct _GENERIC_LIST_ENTRY * PGENERIC_LIST_ENTRY |
Definition at line 62 of file genlist.c.
Referenced by AddEntriesFromInfSection(), AddNTOSInstallation(), and CreateDisplayDriverList().
PGENERIC_LIST CreateGenericList | ( | VOID | ) |
Definition at line 20 of file genlist.c.
Referenced by CreateComputerTypeList(), CreateDisplayDriverList(), CreateKeyboardDriverList(), CreateKeyboardLayoutList(), CreateLanguageList(), and CreateNTOSInstallationsList().
Definition at line 36 of file genlist.c.
Referenced by CreateComputerTypeList(), CreateDisplayDriverList(), CreateKeyboardDriverList(), CreateKeyboardLayoutList(), CreateLanguageList(), FinishSetup(), and QuitPage().
PGENERIC_LIST_ENTRY GetCurrentListEntry | ( | IN PGENERIC_LIST | List | ) |
Definition at line 97 of file genlist.c.
Referenced by DrawGenericListCurrentItem(), LanguagePage(), PrepareCopyInfFile(), SummaryDlgProc(), TypeDlgProc(), UpdateRegistry(), UpgradeRepairDlgProc(), and UpgradeRepairPage().
PGENERIC_LIST_ENTRY GetFirstListEntry | ( | IN PGENERIC_LIST | List | ) |
Definition at line 104 of file genlist.c.
Referenced by CreateLanguageList(), FindExistingNTOSInstall(), LoadSetupData(), SetupStartPage(), and UpdateKBLayout().
PVOID GetListEntryData | ( | IN PGENERIC_LIST_ENTRY | Entry | ) |
Definition at line 126 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 GetNextListEntry | ( | IN PGENERIC_LIST_ENTRY | Entry | ) |
Definition at line 114 of file genlist.c.
Referenced by FindExistingNTOSInstall(), LoadSetupData(), SetupStartPage(), and UpdateKBLayout().
ULONG GetNumberOfListEntries | ( | IN PGENERIC_LIST | List | ) |
Definition at line 140 of file genlist.c.
Referenced by CreateKeyboardLayoutList(), DrawGenericListCurrentItem(), LanguagePage(), TypeDlgProc(), UpgradeRepairDlgProc(), and UpgradeRepairPage().
VOID SetCurrentListEntry | ( | IN PGENERIC_LIST | List, |
IN PGENERIC_LIST_ENTRY | Entry | ||
) |
Definition at line 87 of file genlist.c.
Referenced by DeviceDlgProc(), LoadSetupData(), SetupStartPage(), UpdateKBLayout(), and UpgradeRepairDlgProc().