ReactOS
0.4.15-dev-4872-g8a3db97
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Functions | |
static ULONG | FindLanguageIndex (VOID) |
static const MUI_ENTRY * | FindMUIEntriesOfPage (IN ULONG PageNumber) |
static const MUI_ERROR * | FindMUIErrorEntries (VOID) |
static const MUI_STRING * | FindMUIStringEntries (VOID) |
VOID | MUIClearPage (IN ULONG page) |
VOID | MUIDisplayPage (IN ULONG page) |
VOID | MUIDisplayErrorV (IN ULONG ErrorNum, OUT PINPUT_RECORD Ir, IN ULONG WaitEvent, IN va_list args) |
VOID __cdecl | MUIDisplayError (IN ULONG ErrorNum, OUT PINPUT_RECORD Ir, IN ULONG WaitEvent,...) |
PCSTR | MUIGetString (ULONG Number) |
const MUI_ENTRY * | MUIGetEntry (IN ULONG Page, IN INT TextID) |
VOID | MUIClearText (IN ULONG Page, IN INT TextID) |
VOID | MUIClearStyledText (IN ULONG Page, IN INT TextID, IN INT Flags) |
VOID | MUISetText (IN ULONG Page, IN INT TextID) |
VOID | MUISetStyledText (IN ULONG Page, IN INT TextID, IN INT Flags) |
VOID | SetConsoleCodePage (VOID) |
Definition at line 35 of file mui.c.
Referenced by FindMUIEntriesOfPage(), FindMUIErrorEntries(), FindMUIStringEntries(), and MUIGetString().
Definition at line 82 of file mui.c.
Referenced by MUIClearPage(), MUIDisplayPage(), and MUIGetEntry().
Definition at line 105 of file mui.c.
Referenced by MUIDisplayErrorV().
|
static |
Definition at line 113 of file mui.c.
Referenced by MUIGetString().
Definition at line 121 of file mui.c.
Referenced by LanguagePage().
@MUIClearStyledText
Clears a portion of text from the console output, given the actual state style flag of the text.
[in] | Page | The MUI (Multilingual User Interface) entry page number, as a unsigned long integer. |
[in] | TextID | The text identification number (ID), as an integer. The parameter is used to identify its MUI properties like the coordinates, text style flag and its buffer content. |
[in] | Flags | The text style flag, as an integer. The flag determines the style of the text, such as being highlighted, underlined, high padding and so on. |
Definition at line 378 of file mui.c.
Referenced by FormatPartitionPage().
@MUIClearText
Clears a portion of text from the console output.
[in] | Page | The MUI (Multilingual User Interface) entry page number, as a unsigned long integer. |
[in] | TextID | The text identification number (ID), as an integer. The parameter is used to identify its MUI properties like the coordinates, text style flag and its buffer content. |
Definition at line 323 of file mui.c.
Definition at line 216 of file mui.c.
Referenced by BootLoaderFloppyPage(), BootLoaderInstallationPage(), ConfirmQuit(), DeviceSettingsPage(), FormatPartitionPage(), InstallDirectoryPage(), RegistryPage(), SelectFileSystemPage(), SelectPartitionPage(), SetupStartPage(), and UpgradeRepairPage().
VOID MUIDisplayErrorV | ( | IN ULONG | ErrorNum, |
OUT PINPUT_RECORD | Ir, | ||
IN ULONG | WaitEvent, | ||
IN va_list | args | ||
) |
Definition at line 178 of file mui.c.
Referenced by MUIDisplayError(), and USetupErrorRoutine().
Definition at line 149 of file mui.c.
Referenced by BootLoaderFloppyPage(), BootLoaderInstallationPage(), BootLoaderPage(), CheckFileSystemPage(), ComputerSettingsPage(), ConfirmDeleteSystemPartitionPage(), DeletePartitionPage(), DeviceSettingsPage(), DisplaySettingsPage(), FileCopyPage(), FlushPage(), FormatPartitionPage(), InstallDirectoryPage(), InstallIntroPage(), KeyboardSettingsPage(), LanguagePage(), LayoutSettingsPage(), LicensePage(), PrepareCopyPage(), QuitPage(), RegistryPage(), RepairIntroPage(), SelectFileSystemPage(), SelectPartitionPage(), SetupStartPage(), SuccessPage(), UpgradeRepairPage(), and WelcomePage().
@MUIGetEntry
Retrieves a MUI entry of a page, given the page number and the text ID.
[in] | Page | The MUI (Multilingual User Interface) entry page number, as a unsigned long integer. |
[in] | TextID | The text identification number (ID), as a unsigned integer. The parameter is used to identify its MUI properties like the coordinates, text style flag and its buffer content. |
Definition at line 276 of file mui.c.
Referenced by MUIClearStyledText(), MUIClearText(), MUISetStyledText(), and MUISetText().
Definition at line 230 of file mui.c.
Referenced by BootLoaderPage(), CheckFileSystemPage(), CreateExtendedPartitionPage(), CreateLogicalPartitionPage(), CreatePrimaryPartitionPage(), DeletePartitionPage(), DiskDescription(), DoChkdsk(), DoFormat(), DrawFileSystemList(), FileCopyCallback(), FileCopyPage(), FormatPartitionPage(), GetPartitionTypeString(), PartitionDescription(), PrettifySize1(), PrettifySize2(), ProgressCountdown(), QuitPage(), RegistryPage(), RegistryStatus(), RunUSetup(), SelectFileSystemPage(), SelectPartitionPage(), and ShowPartitionSizeInputBox().
@MUISetStyledText
Prints a text to the console output, with a style for it.
[in] | Page | The MUI (Multilingual User Interface) entry page number, as a unsigned long integer. |
[in] | TextID | The text identification number (ID), as an integer. The parameter is used to identify its MUI properties like the coordinates, text style flag and its buffer content. |
[in] | Flags | The text style flag, as an integer. The flag determines the style of the text, such as being highlighted, underlined, high padding and so on. |
Definition at line 483 of file mui.c.
@MUISetText
Prints a text to the console output.
[in] | Page | The MUI (Multilingual User Interface) entry page number, as a unsigned long integer. |
[in] | TextID | The text identification number (ID), as an integer. The parameter is used to identify its MUI properties like the coordinates, text style flag and its buffer content. |
Definition at line 431 of file mui.c.
Definition at line 516 of file mui.c.
Referenced by LanguagePage(), and SetupStartPage().