|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include "bl.h"
Go to the source code of this file.
Variables | |
| BL_TEXT_CONSOLE_VTABLE | ConsoleTextLocalVtbl |
| BL_INPUT_CONSOLE_VTABLE | ConsoleInputLocalVtbl |
Definition at line 243 of file textcons.c.
Referenced by DsppInitialize(), and DsppReinitialize().
| NTSTATUS ConsoleInputBaseConstruct | ( | _In_ PBL_INPUT_CONSOLE | Console | ) |
Definition at line 204 of file textcons.c.
Referenced by ConsoleCreateLocalInputConsole().
| NTSTATUS ConsoleInputBaseReinitialize | ( | _In_ PBL_INPUT_CONSOLE | Console | ) |
| VOID ConsoleInputLocalDestruct | ( | _In_ PBL_INPUT_CONSOLE | Console | ) |
Definition at line 194 of file textcons.c.
| BOOLEAN ConsolepFindResolution | ( | _In_ PBL_DISPLAY_MODE | Mode, |
| _In_ PBL_DISPLAY_MODE | List, | ||
| _In_ ULONG | MaxIndex | ||
| ) |
Definition at line 159 of file textcons.c.
Referenced by ConsoleFirmwareTextOpen().
| NTSTATUS ConsoleTextBaseGetTextResolution | ( | _In_ struct _BL_TEXT_CONSOLE * | Console, |
| _Out_ PULONG | TextResolution | ||
| ) |
Definition at line 66 of file textcons.c.
| NTSTATUS ConsoleTextBaseGetTextState | ( | _In_ struct _BL_TEXT_CONSOLE * | Console, |
| _Out_ PBL_DISPLAY_STATE | TextState | ||
| ) |
Definition at line 47 of file textcons.c.
| NTSTATUS ConsoleTextLocalClearText | ( | _In_ struct _BL_TEXT_CONSOLE * | Console, |
| _In_ BOOLEAN | LineOnly | ||
| ) |
Definition at line 85 of file textcons.c.
| NTSTATUS ConsoleTextLocalConstruct | ( | _In_ PBL_TEXT_CONSOLE | TextConsole, |
| _In_ BOOLEAN | Activate | ||
| ) |
Definition at line 104 of file textcons.c.
Referenced by ConsoleGraphicalConstruct(), and DsppInitialize().
| VOID ConsoleTextLocalDestruct | ( | _In_ struct _BL_TEXT_CONSOLE * | Console | ) |
Definition at line 30 of file textcons.c.
Referenced by ConsoleGraphicalConstruct(), and ConsoleGraphicalDestruct().
| NTSTATUS ConsoleTextLocalReinitialize | ( | _In_ struct _BL_TEXT_CONSOLE * | Console | ) |
Definition at line 38 of file textcons.c.
Referenced by ConsoleGraphicalReinitialize().
| NTSTATUS ConsoleTextLocalSetTextResolution | ( | _In_ struct _BL_TEXT_CONSOLE * | Console, |
| _In_ ULONG | NewTextResolution, | ||
| _Out_ PULONG | OldTextResolution | ||
| ) |
Definition at line 75 of file textcons.c.
| NTSTATUS ConsoleTextLocalSetTextState | ( | _In_ struct _BL_TEXT_CONSOLE * | Console, |
| _In_ ULONG | Mask, | ||
| _In_ PBL_DISPLAY_STATE | TextState | ||
| ) |
Definition at line 56 of file textcons.c.
| NTSTATUS ConsoleTextLocalWriteText | ( | _In_ struct _BL_TEXT_CONSOLE * | Console, |
| _In_ PCHAR | Text, | ||
| _In_ ULONG | Attribute | ||
| ) |
Definition at line 94 of file textcons.c.
| BL_INPUT_CONSOLE_VTABLE ConsoleInputLocalVtbl |
Definition at line 187 of file textcons.c.
Referenced by ConsoleCreateLocalInputConsole().
| BL_TEXT_CONSOLE_VTABLE ConsoleTextLocalVtbl |
Definition at line 15 of file textcons.c.
Referenced by ConsoleTextLocalConstruct().