ReactOS 0.4.15-dev-8632-gbc8c7d1
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
#define | CSR_DEFAULT_CURSOR_SIZE 25 |
#define | DEFAULT_SCREEN_ATTRIB (FOREGROUND_BLUE | FOREGROUND_GREEN | FOREGROUND_RED) |
#define | DEFAULT_POPUP_ATTRIB |
#define | PATH_SEPARATOR L'\\' |
#define | SetConsoleSetting(SettingName, SettingType, SettingSize, Setting, DefaultValue) |
Functions | |
static VOID | TranslateConsoleName (OUT LPWSTR DestString, IN LPCWSTR ConsoleName, IN UINT MaxStrLen) |
BOOLEAN | ConCfgOpenUserSettings (IN LPCWSTR ConsoleTitle, OUT PHKEY phSubKey, IN REGSAM samDesired, IN BOOLEAN Create) |
BOOLEAN | ConCfgReadUserSettings (IN OUT PCONSOLE_STATE_INFO ConsoleInfo, IN BOOLEAN DefaultSettings) |
BOOLEAN | ConCfgWriteUserSettings (IN PCONSOLE_STATE_INFO ConsoleInfo, IN BOOLEAN DefaultSettings) |
VOID | ConCfgInitDefaultSettings (IN OUT PCONSOLE_STATE_INFO ConsoleInfo) |
VOID | ConCfgGetDefaultSettings (IN OUT PCONSOLE_STATE_INFO ConsoleInfo) |
Variables | |
static const COLORREF | s_Colors [16] |
#define CSR_DEFAULT_CURSOR_SIZE 25 |
Definition at line 26 of file settings.c.
#define DEFAULT_POPUP_ATTRIB |
Definition at line 30 of file settings.c.
#define DEFAULT_SCREEN_ATTRIB (FOREGROUND_BLUE | FOREGROUND_GREEN | FOREGROUND_RED) |
Definition at line 29 of file settings.c.
#define NDEBUG |
Definition at line 19 of file settings.c.
#define SetConsoleSetting | ( | SettingName, | |
SettingType, | |||
SettingSize, | |||
Setting, | |||
DefaultValue | |||
) |
VOID ConCfgGetDefaultSettings | ( | IN OUT PCONSOLE_STATE_INFO | ConsoleInfo | ) |
Definition at line 491 of file settings.c.
Referenced by ConSrvInitConsole(), and InitDefaultConsoleInfo().
VOID ConCfgInitDefaultSettings | ( | IN OUT PCONSOLE_STATE_INFO | ConsoleInfo | ) |
HKCU,"Console","LoadConIme",0x00010003,1
Definition at line 436 of file settings.c.
Referenced by ConCfgGetDefaultSettings().
BOOLEAN ConCfgOpenUserSettings | ( | IN LPCWSTR | ConsoleTitle, |
OUT PHKEY | phSubKey, | ||
IN REGSAM | samDesired, | ||
IN BOOLEAN | Create | ||
) |
Definition at line 93 of file settings.c.
Referenced by ConCfgReadUserSettings(), and ConCfgWriteUserSettings().
BOOLEAN ConCfgReadUserSettings | ( | IN OUT PCONSOLE_STATE_INFO | ConsoleInfo, |
IN BOOLEAN | DefaultSettings | ||
) |
Definition at line 167 of file settings.c.
Referenced by ConCfgGetDefaultSettings(), and ConSrvInitConsole().
BOOLEAN ConCfgWriteUserSettings | ( | IN PCONSOLE_STATE_INFO | ConsoleInfo, |
IN BOOLEAN | DefaultSettings | ||
) |
Definition at line 344 of file settings.c.
Referenced by ConCfgGetDefaultSettings(), and InitApplet().
|
static |
Definition at line 62 of file settings.c.
Referenced by ConCfgOpenUserSettings().
Definition at line 37 of file settings.c.
Referenced by ConCfgInitDefaultSettings(), ConCfgWriteUserSettings(), and ConSrvApplyUserSettings().