ReactOS 0.4.16-dev-336-gb667d82
|
Go to the source code of this file.
Classes | |
struct | MUI_ENTRY |
struct | MUI_ERROR |
struct | MUI_PAGE |
struct | MUI_STRING |
struct | MUI_LANGUAGE_RESOURCE |
Typedefs | |
typedef struct MUI_ENTRY * | PMUI_ENTRY |
Functions | |
VOID | MUIDisplayPage (ULONG PageNumber) |
VOID | MUIClearPage (ULONG PageNumber) |
VOID | MUIDisplayErrorV (IN ULONG ErrorNum, OUT PINPUT_RECORD Ir, IN ULONG WaitEvent, IN va_list args) |
VOID __cdecl | MUIDisplayError (ULONG ErrorNum, PINPUT_RECORD Ir, ULONG WaitEvent,...) |
VOID | SetConsoleCodePage (VOID) |
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) |
typedef struct MUI_ENTRY * PMUI_ENTRY |
@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 399 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 344 of file mui.c.
VOID __cdecl MUIDisplayError | ( | ULONG | ErrorNum, |
PINPUT_RECORD | Ir, | ||
ULONG | WaitEvent, | ||
... | |||
) |
VOID MUIDisplayErrorV | ( | IN ULONG | ErrorNum, |
OUT PINPUT_RECORD | Ir, | ||
IN ULONG | WaitEvent, | ||
IN va_list | args | ||
) |
Definition at line 199 of file mui.c.
Referenced by MUIDisplayError(), and USetupErrorRoutine().
@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 297 of file mui.c.
Referenced by MUIClearStyledText(), MUIClearText(), MUISetStyledText(), and MUISetText().
Definition at line 251 of file mui.c.
Referenced by BootLoaderHardDiskPage(), BootLoaderRemovableDiskPage(), BootLoaderSelectPage(), ChangeSystemPartitionPage(), CheckFileSystemPage(), CreatePartitionPage(), DeletePartitionPage(), DiskDescription(), DrawFileSystemList(), FileCopyCallback(), FileCopyPage(), FormatPartitionPage(), FsVolCallback(), GetPartitionTypeString(), PartitionDescription(), PrettifySize1(), PrettifySize2(), PrintPartitionData(), ProgressCountdown(), QuitPage(), RegistryPage(), RegistryStatus(), RunUSetup(), SelectFileSystemPage(), SelectPartitionPage(), ShowPartitionSizeInputBox(), StartCheck(), and StartFormat().
@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 504 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 452 of file mui.c.
Definition at line 537 of file mui.c.
Referenced by LanguagePage(), and SetupStartPage().
|
extern |
Definition at line 35 of file mui.c.
Referenced by ProgressSetStep(), and SetConsoleCodePage().
|
extern |
Definition at line 34 of file mui.c.
Referenced by SetConsoleCodePage().
|
extern |
Definition at line 47 of file mui.c.
Referenced by CONSOLE_SetUnderlinedTextXY(), DrawThickBorder(), and SetConsoleCodePage().
|
extern |
Definition at line 51 of file mui.c.
Referenced by DrawThickBorder(), and SetConsoleCodePage().
|
extern |
Definition at line 52 of file mui.c.
Referenced by DrawThickBorder(), and SetConsoleCodePage().
|
extern |
Definition at line 49 of file mui.c.
Referenced by DrawThickBorder(), and SetConsoleCodePage().
|
extern |
Definition at line 50 of file mui.c.
Referenced by DrawThickBorder(), and SetConsoleCodePage().
|
extern |
Definition at line 48 of file mui.c.
Referenced by DrawThickBorder(), and SetConsoleCodePage().
|
extern |
Definition at line 38 of file mui.c.
Referenced by DrawPartitionList(), DrawScrollBarGenericList(), and SetConsoleCodePage().
|
extern |
Definition at line 36 of file mui.c.
Referenced by ProgressSetStep(), and SetConsoleCodePage().
|
extern |
Definition at line 39 of file mui.c.
Referenced by DrawBorder(), DrawBox(), DrawListFrame(), DrawPartitionList(), PopupError(), and SetConsoleCodePage().
|
extern |
Definition at line 46 of file mui.c.
Referenced by PopupError(), and SetConsoleCodePage().
|
extern |
Definition at line 43 of file mui.c.
Referenced by DrawBorder(), DrawBox(), DrawListFrame(), DrawPartitionList(), and SetConsoleCodePage().
|
extern |
Definition at line 44 of file mui.c.
Referenced by DrawBorder(), DrawBox(), DrawListFrame(), DrawPartitionList(), and SetConsoleCodePage().
|
extern |
Definition at line 37 of file mui.c.
Referenced by DrawPartitionList(), DrawScrollBarGenericList(), and SetConsoleCodePage().
|
extern |
Definition at line 41 of file mui.c.
Referenced by DrawBorder(), DrawBox(), DrawListFrame(), DrawPartitionList(), and SetConsoleCodePage().
|
extern |
Definition at line 42 of file mui.c.
Referenced by DrawBorder(), DrawBox(), DrawListFrame(), DrawPartitionList(), and SetConsoleCodePage().
|
extern |
Definition at line 40 of file mui.c.
Referenced by DrawBorder(), DrawBox(), DrawListFrame(), DrawPartitionList(), and SetConsoleCodePage().
|
extern |
Definition at line 45 of file mui.c.
Referenced by PopupError(), and SetConsoleCodePage().