ReactOS 0.4.16-dev-197-g92996da
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Functions | |
NTSTATUS NTAPI | ConDrvChangeScreenBufferAttributes (IN PCONSOLE Console, IN PTEXTMODE_SCREEN_BUFFER Buffer, IN USHORT NewScreenAttrib, IN USHORT NewPopupAttrib) |
VOID | ConSrvApplyUserSettings (IN PCONSRV_CONSOLE Console, IN PCONSOLE_STATE_INFO ConsoleInfo) |
Variables | |
const COLORREF | s_Colors [16] |
#define NDEBUG |
Definition at line 16 of file settings.c.
NTSTATUS NTAPI ConDrvChangeScreenBufferAttributes | ( | IN PCONSOLE | Console, |
IN PTEXTMODE_SCREEN_BUFFER | Buffer, | ||
IN USHORT | NewScreenAttrib, | ||
IN USHORT | NewPopupAttrib | ||
) |
Definition at line 497 of file text.c.
Referenced by ConSrvApplyUserSettings().
VOID ConSrvApplyUserSettings | ( | IN PCONSRV_CONSOLE | Console, |
IN PCONSOLE_STATE_INFO | ConsoleInfo | ||
) |
Console->InputBufferSize = 0;
Definition at line 36 of file settings.c.
Referenced by GuiApplyUserSettings().