|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Classes | |
| struct | _GENERIC_LIST_UI |
Typedefs | |
| typedef NTSTATUS(NTAPI * | PGET_ENTRY_DESCRIPTION) (IN PGENERIC_LIST_ENTRY Entry, OUT PSTR Buffer, IN SIZE_T cchBufferSize) |
| typedef struct _GENERIC_LIST_UI | GENERIC_LIST_UI |
| typedef struct _GENERIC_LIST_UI * | PGENERIC_LIST_UI |
Functions | |
| VOID | InitGenericListUi (IN OUT PGENERIC_LIST_UI ListUi, IN PGENERIC_LIST List, IN PGET_ENTRY_DESCRIPTION GetEntryDescriptionProc) |
| VOID | RestoreGenericListUiState (IN PGENERIC_LIST_UI ListUi) |
| VOID | DrawGenericList (IN PGENERIC_LIST_UI ListUi, IN SHORT Left, IN SHORT Top, IN SHORT Right, IN SHORT Bottom) |
| VOID | DrawGenericListCurrentItem (IN PGENERIC_LIST List, IN PGET_ENTRY_DESCRIPTION GetEntryDescriptionProc, IN SHORT Left, IN SHORT Top) |
| VOID | ScrollDownGenericList (IN PGENERIC_LIST_UI ListUi) |
| VOID | ScrollUpGenericList (IN PGENERIC_LIST_UI ListUi) |
| VOID | ScrollPageDownGenericList (IN PGENERIC_LIST_UI ListUi) |
| VOID | ScrollPageUpGenericList (IN PGENERIC_LIST_UI ListUi) |
| VOID | ScrollToPositionGenericList (IN PGENERIC_LIST_UI ListUi, IN ULONG uIndex) |
| VOID | RedrawGenericList (IN PGENERIC_LIST_UI ListUi) |
| VOID | GenericListKeyPress (IN PGENERIC_LIST_UI ListUi, IN CHAR AsciiChar) |
| typedef struct _GENERIC_LIST_UI GENERIC_LIST_UI |
| typedef struct _GENERIC_LIST_UI * PGENERIC_LIST_UI |
| VOID DrawGenericList | ( | IN PGENERIC_LIST_UI | ListUi, |
| IN SHORT | Left, | ||
| IN SHORT | Top, | ||
| IN SHORT | Right, | ||
| IN SHORT | Bottom | ||
| ) |
Definition at line 326 of file genlist.c.
Referenced by ComputerSettingsPage(), DisplaySettingsPage(), KeyboardSettingsPage(), LanguagePage(), LayoutSettingsPage(), and UpgradeRepairPage().
| VOID DrawGenericListCurrentItem | ( | IN PGENERIC_LIST | List, |
| IN PGET_ENTRY_DESCRIPTION | GetEntryDescriptionProc, | ||
| IN SHORT | Left, | ||
| IN SHORT | Top | ||
| ) |
Definition at line 353 of file genlist.c.
Referenced by DeviceSettingsPage().
| VOID GenericListKeyPress | ( | IN PGENERIC_LIST_UI | ListUi, |
| IN CHAR | AsciiChar | ||
| ) |
Definition at line 525 of file genlist.c.
Referenced by HandleGenericList(), LanguagePage(), and UpgradeRepairPage().
| VOID InitGenericListUi | ( | IN OUT PGENERIC_LIST_UI | ListUi, |
| IN PGENERIC_LIST | List, | ||
| IN PGET_ENTRY_DESCRIPTION | GetEntryDescriptionProc | ||
| ) |
Definition at line 37 of file genlist.c.
Referenced by ComputerSettingsPage(), DisplaySettingsPage(), KeyboardSettingsPage(), LanguagePage(), LayoutSettingsPage(), and UpgradeRepairPage().
| VOID RedrawGenericList | ( | IN PGENERIC_LIST_UI | ListUi | ) |
Definition at line 511 of file genlist.c.
Referenced by HandleGenericList(), LanguagePage(), and UpgradeRepairPage().
| VOID RestoreGenericListUiState | ( | IN PGENERIC_LIST_UI | ListUi | ) |
Definition at line 62 of file genlist.c.
Referenced by HandleGenericList(), and UpgradeRepairPage().
| VOID ScrollDownGenericList | ( | IN PGENERIC_LIST_UI | ListUi | ) |
Definition at line 376 of file genlist.c.
Referenced by GenericListKeyPress(), HandleGenericList(), LanguagePage(), ScrollPageDownGenericList(), and UpgradeRepairPage().
| VOID ScrollPageDownGenericList | ( | IN PGENERIC_LIST_UI | ListUi | ) |
Definition at line 432 of file genlist.c.
Referenced by HandleGenericList(), LanguagePage(), and UpgradeRepairPage().
| VOID ScrollPageUpGenericList | ( | IN PGENERIC_LIST_UI | ListUi | ) |
Definition at line 454 of file genlist.c.
Referenced by HandleGenericList(), LanguagePage(), and UpgradeRepairPage().
| VOID ScrollToPositionGenericList | ( | IN PGENERIC_LIST_UI | ListUi, |
| IN ULONG | uIndex | ||
| ) |
Definition at line 476 of file genlist.c.
Referenced by LanguagePage().
| VOID ScrollUpGenericList | ( | IN PGENERIC_LIST_UI | ListUi | ) |
Definition at line 404 of file genlist.c.
Referenced by GenericListKeyPress(), HandleGenericList(), LanguagePage(), ScrollPageUpGenericList(), and UpgradeRepairPage().