|
ReactOS 0.4.17-dev-116-ga4b6fe9
|

Go to the source code of this file.
Macros | |
| #define | NDEBUG |
Variables | |
| RTL_CRITICAL_SECTION | ConsoleLock |
| BOOLEAN | ConsoleInitialized = FALSE |
| HANDLE | InputWaitHandle |
| static volatile LONG | g_bConsoleIMEStartingUp = FALSE |
| static const PWSTR | DefaultConsoleTitle = L"ReactOS Console" |
Definition at line 550 of file init.c.
Referenced by DllMain().
|
static |
Definition at line 286 of file init.c.
Referenced by ConDllInitialize().
This function is called from winsrv.dll, in the context of the console application, to support Console IME on East Asian console.
Definition at line 489 of file init.c.
Referenced by ConDllInitialize().
Definition at line 413 of file init.c.
Referenced by ConsoleIMERoutine().
Definition at line 397 of file init.c.
Referenced by GetConsoleIMECommandLine().
|
static |
Definition at line 376 of file init.c.
Referenced by GetConsoleIMECommandLine().
|
static |
Definition at line 338 of file init.c.
Referenced by GetConsoleIMECommandLine().
Definition at line 277 of file init.c.
Referenced by ConDllInitialize().
Definition at line 114 of file init.c.
Referenced by SetUpConsoleInfo().
Definition at line 35 of file init.c.
Referenced by AllocConsole(), AttachConsole(), and ConDllInitialize().
| VOID SetUpConsoleInfo | ( | IN BOOLEAN | CaptureTitle, |
| IN OUT LPDWORD | pTitleLength, | ||
| IN OUT LPWSTR *lpTitle | OPTIONAL, | ||
| IN OUT LPDWORD | pDesktopLength, | ||
| IN OUT LPWSTR *lpDesktop | OPTIONAL, | ||
| IN OUT PCONSOLE_START_INFO | ConsoleStartInfo | ||
| ) |
Definition at line 135 of file init.c.
Referenced by AllocConsole(), AttachConsole(), and ConDllInitialize().
| VOID SetUpHandles | ( | IN PCONSOLE_START_INFO | ConsoleStartInfo | ) |
Definition at line 251 of file init.c.
Referenced by AllocConsole(), AttachConsole(), and ConDllInitialize().
Definition at line 25 of file init.c.
Referenced by ConDllInitialize(), ConsoleControlDispatcher(), and PropDialogHandler().
| RTL_CRITICAL_SECTION ConsoleLock |
Definition at line 24 of file init.c.
Referenced by AllocConsole(), AttachConsole(), ConDllInitialize(), ConsoleControlDispatcher(), FreeConsole(), and SetConsoleCtrlHandler().
Definition at line 29 of file init.c.
Referenced by SetUpConsoleInfo().
Definition at line 27 of file init.c.
Referenced by ConsoleIMERoutine().
|
extern |
Definition at line 38 of file console.c.
Referenced by AllocConsole(), AttachConsole(), ConDllInitialize(), FreeConsole(), and GetConsoleInputWaitHandle().