ReactOS 0.4.16-dev-297-gc569aee
|
Go to the source code of this file.
Macros | |
#define | FOREGROUND_WHITE (FOREGROUND_RED | FOREGROUND_GREEN | FOREGROUND_BLUE) |
#define | FOREGROUND_YELLOW (FOREGROUND_INTENSITY | FOREGROUND_RED | FOREGROUND_GREEN) |
#define | BACKGROUND_WHITE (BACKGROUND_RED | BACKGROUND_GREEN | BACKGROUND_BLUE) |
#define | TEXT_STYLE_NORMAL 0x00000001 |
#define | TEXT_STYLE_HIGHLIGHT 0x00000002 |
#define | TEXT_STYLE_UNDERLINE 0x00000004 |
#define | TEXT_TYPE_REGULAR 0x00000008 |
#define | TEXT_TYPE_STATUS 0x00000010 |
#define | TEXT_ALIGN_DEFAULT 0x00000020 |
#define | TEXT_ALIGN_RIGHT 0x00000040 |
#define | TEXT_ALIGN_LEFT 0x00000080 |
#define | TEXT_ALIGN_CENTER 0x00000100 |
#define | TEXT_PADDING_SMALL 0x00000200 /* One space */ |
#define | TEXT_PADDING_MEDIUM 0x00000400 /* Two spaces */ |
#define | TEXT_PADDING_BIG 0x00000800 /* Three spaces */ |
Variables | |
HANDLE | StdInput |
HANDLE | StdOutput |
SHORT | xScreen |
SHORT | yScreen |
#define BACKGROUND_WHITE (BACKGROUND_RED | BACKGROUND_GREEN | BACKGROUND_BLUE) |
#define FOREGROUND_WHITE (FOREGROUND_RED | FOREGROUND_GREEN | FOREGROUND_BLUE) |
#define FOREGROUND_YELLOW (FOREGROUND_INTENSITY | FOREGROUND_RED | FOREGROUND_GREEN) |
Definition at line 239 of file consup.c.
Referenced by BootLoaderRemovableDiskPage(), CheckFileSystemPage(), CommandCls(), FormatPartitionPage(), RecoveryConsole(), RunUSetup(), SelectFileSystemPage(), and StartPartitionOperationsPage().
Definition at line 746 of file consup.c.
Referenced by MUIClearPage(), and MUIClearStyledText().
Definition at line 339 of file consup.c.
Referenced by CONSOLE_ClearStyledText(), and MUIClearText().
VOID CONSOLE_ConInKey | ( | OUT PINPUT_RECORD | Buffer | ) |
Definition at line 70 of file consup.c.
Referenced by BootLoaderRemovableDiskPage(), BootLoaderSelectPage(), ChangeSystemPartitionPage(), ConfirmDeleteSystemPartitionPage(), ConfirmQuit(), DeletePartitionPage(), DeviceSettingsPage(), FormatPartitionPage(), FsVolCallback(), HandleGenericList(), InstallDirectoryPage(), InstallIntroPage(), LanguagePage(), LicensePage(), PopupError(), ReadCommand(), RepairIntroPage(), SelectFileSystemPage(), SelectPartitionPage(), ShowPartitionSizeInputBox(), UpgradeRepairPage(), and WelcomePage().
BOOLEAN CONSOLE_ConInKeyPeek | ( | OUT PINPUT_RECORD | Buffer | ) |
Definition at line 89 of file consup.c.
Referenced by ProgressCountdown().
Definition at line 114 of file consup.c.
Referenced by ClearCommandLine(), and ReadCommand().
Definition at line 163 of file consup.c.
Referenced by CommandDumpSector(), CommandHelp(), CommandPartInfo(), HelpCls(), HelpDumpSector(), HelpExit(), HelpHelp(), HelpPartInfo(), HexDump(), ReadCommand(), and RecoveryConsole().
Definition at line 145 of file consup.c.
Referenced by CONSOLE_ConOutPrintf().
Definition at line 175 of file consup.c.
Referenced by BootLoaderRemovableDiskPage(), CheckFileSystemPage(), FormatPartitionPage(), ProgressCountdown(), RunUSetup(), SelectFileSystemPage(), and StartPartitionOperationsPage().
Definition at line 194 of file consup.c.
Referenced by ReadCommand().
Definition at line 181 of file consup.c.
Referenced by ReadCommand().
Definition at line 204 of file consup.c.
Referenced by ReadCommand().
Definition at line 45 of file consup.c.
Referenced by RunUSetup().
Definition at line 276 of file consup.c.
Referenced by BootLoaderSelectPage(), and DeviceSettingsPage().
Definition at line 298 of file consup.c.
Referenced by BootLoaderSelectPage(), and DeviceSettingsPage().
Definition at line 595 of file consup.c.
Referenced by ChangeSystemPartitionPage(), CheckFileSystemPage(), CreatePartitionPage(), DeletePartitionPage(), FormatPartitionPage(), and SelectFileSystemPage().
Definition at line 214 of file consup.c.
Referenced by InstallDirectoryPage(), ReadCommand(), RunUSetup(), and ShowPartitionSizeInputBox().
Definition at line 227 of file consup.c.
Referenced by ClearCommandLine(), CommandCls(), InstallDirectoryPage(), ReadCommand(), RecoveryConsole(), and ShowPartitionSizeInputBox().
Definition at line 357 of file consup.c.
Referenced by InstallDirectoryPage(), and ShowPartitionSizeInputBox().
Definition at line 480 of file consup.c.
Referenced by BootLoaderSelectPage(), CreatePartitionPage(), FileCopyCallback(), FormatPartitionPage(), QuitPage(), RegistryPage(), RegistryStatus(), and SelectPartitionPage().
Definition at line 512 of file consup.c.
Definition at line 471 of file consup.c.
Referenced by CONSOLE_SetStatusText(), and RegistryStatus().
Definition at line 458 of file consup.c.
Referenced by CONSOLE_SetStatusTextAutoFitX(), and CONSOLE_SetStyledText().
Definition at line 427 of file consup.c.
Referenced by CONSOLE_SetStatusTextV(), and CONSOLE_SetStatusTextX().
Definition at line 665 of file consup.c.
Referenced by MUIDisplayPage(), and MUISetStyledText().
Definition at line 320 of file consup.c.
Referenced by ChangeSystemPartitionPage(), CheckFileSystemPage(), CONSOLE_SetStyledText(), CreatePartitionPage(), DeletePartitionPage(), DrawFileSystemList(), DrawGenericListCurrentItem(), DrawProgressBar(), FormatPartitionPage(), MUISetText(), and SelectFileSystemPage().
|
extern |
Definition at line 36 of file consup.c.
Referenced by AllocConsole(), CONSOLE_ConInKey(), CONSOLE_ConInKeyPeek(), CONSOLE_Flush(), CONSOLE_Init(), FreeConsole(), GetStdHandle(), and ProgressCountdown().
|
extern |
Definition at line 39 of file consup.c.
Referenced by ComputerSettingsPage(), CONSOLE_ClearScreen(), CONSOLE_ClearStyledText(), CONSOLE_Init(), CONSOLE_SetStatusTextXV(), CONSOLE_SetStyledText(), CreatePartitionPage(), DisplaySettingsPage(), FileCopyPage(), KeyboardSettingsPage(), LanguagePage(), LayoutSettingsPage(), PopupError(), ProgressCountdown(), SelectPartitionPage(), StartCheck(), StartFormat(), and UpgradeRepairPage().