ReactOS
0.4.15-dev-5618-g8866b9d
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
#define | EXENAME_LENGTH (255 + 1) |
Variables | |
RTL_CRITICAL_SECTION | ConsoleLock |
BOOLEAN | ConsoleInitialized |
static LPCWSTR | BaseConFileName = CONSOLE_FILE_NAME |
static LPCWSTR | BaseConInputFileName = CONSOLE_INPUT_FILE_NAME |
static LPCWSTR | BaseConOutputFileName = CONSOLE_OUTPUT_FILE_NAME |
static PHANDLER_ROUTINE | InitialHandler [1] |
static PHANDLER_ROUTINE * | CtrlHandlers |
static ULONG | NrCtrlHandlers |
static ULONG | NrAllocatedHandlers |
static BOOLEAN | LastCloseNotify = FALSE |
HANDLE | InputWaitHandle = INVALID_HANDLE_VALUE |
static RTL_CRITICAL_SECTION | ExeNameLock |
static BOOLEAN | ExeNameInitialized |
static WCHAR | ExeNameBuffer [EXENAME_LENGTH] |
static USHORT | ExeNameLength |
static WCHAR | StartDirBuffer [MAX_PATH+1] |
static USHORT | StartDirLength |
|
static |
Definition at line 2034 of file console.c.
Referenced by SetConsoleCtrlHandler().
BOOL WINAPI DECLSPEC_HOTPATCH AllocConsole | ( | VOID | ) |
Definition at line 1363 of file console.c.
Definition at line 2676 of file console.c.
BOOL WINAPI DECLSPEC_HOTPATCH CloseConsoleHandle | ( | HANDLE | hHandle | ) |
Definition at line 1142 of file console.c.
Referenced by CloseHandle().
Definition at line 89 of file console.c.
Referenced by AllocConsole(), AttachConsole(), and ConDllInitialize().
HMENU WINAPI DECLSPEC_HOTPATCH ConsoleMenuControl | ( | HANDLE | hConsoleOutput, |
DWORD | dwCmdIdLow, | ||
DWORD | dwCmdIdHigh | ||
) |
Definition at line 396 of file console.c.
Referenced by CreateVdmMenu().
HANDLE WINAPI CreateConsoleScreenBuffer | ( | DWORD | dwDesiredAccess, |
DWORD | dwShareMode, | ||
CONST SECURITY_ATTRIBUTES * | lpSecurityAttributes, | ||
DWORD | dwFlags, | ||
LPVOID | lpScreenBufferData | ||
) |
Definition at line 2313 of file console.c.
Referenced by GetInputOutputHandles(), testScreenBuffer(), VgaConsoleCreateGraphicsScreen(), and wmain().
Definition at line 53 of file console.c.
Referenced by ConsoleControlDispatcher(), and InitializeCtrlHandling().
HANDLE WINAPI DECLSPEC_HOTPATCH DuplicateConsoleHandle | ( | HANDLE | hConsole, |
DWORD | dwDesiredAccess, | ||
BOOL | bInheritHandle, | ||
DWORD | dwOptions | ||
) |
Definition at line 424 of file console.c.
Referenced by DuplicateHandle().
BOOL WINAPI DECLSPEC_HOTPATCH FlushConsoleInputBuffer | ( | HANDLE | hConsoleInput | ) |
Definition at line 1827 of file console.c.
BOOL WINAPI DECLSPEC_HOTPATCH FreeConsole | ( | VOID | ) |
Definition at line 1444 of file console.c.
BOOL WINAPI DECLSPEC_HOTPATCH GenerateConsoleCtrlEvent | ( | DWORD | dwCtrlEvent, |
DWORD | dwProcessGroupId | ||
) |
Definition at line 2132 of file console.c.
Referenced by TerminateShell(), testCtrlHandler(), CConsole::Write(), and WriteToPipeThread().
UINT WINAPI DECLSPEC_HOTPATCH GetConsoleCP | ( | VOID | ) |
Definition at line 2391 of file console.c.
Referenced by _tmain(), cmd_start(), ConInString(), doChild(), Execute(), FileGetString(), SetConsoleCPState(), START_TEST(), test_Console(), and wmain().
BOOL WINAPI GetConsoleCursorInfo | ( | HANDLE | hConsoleOutput, |
PCONSOLE_CURSOR_INFO | lpConsoleCursorInfo | ||
) |
Definition at line 1702 of file console.c.
Referenced by testCursorInfo(), and VgaConsoleInitialize().
BOOL WINAPI DECLSPEC_HOTPATCH GetConsoleCursorMode | ( | HANDLE | hConsole, |
PBOOL | pUnknown1, | ||
PBOOL | pUnknown2 | ||
) |
Definition at line 526 of file console.c.
Referenced by NotifySoundSentry().
DWORD WINAPI GetConsoleFontInfo | ( | IN HANDLE | hConsoleOutput, |
IN BOOL | bMaximumWindow, | ||
IN DWORD | nFontCount, | ||
OUT PCONSOLE_FONT_INFO | lpConsoleFontInfo | ||
) |
Definition at line 561 of file console.c.
Definition at line 613 of file console.c.
Referenced by test_GetConsoleFontInfo(), test_GetConsoleFontSize(), test_GetCurrentConsoleFont(), and test_GetLargestConsoleWindowSize().
Definition at line 465 of file console.c.
Referenced by GetHandleInformation().
Definition at line 643 of file console.c.
DWORD WINAPI DECLSPEC_HOTPATCH GetConsoleInputExeNameA | ( | IN DWORD | nBufferLength, |
OUT LPSTR | lpExeName | ||
) |
Definition at line 2944 of file console.c.
Referenced by init_function_pointers().
DWORD WINAPI DECLSPEC_HOTPATCH GetConsoleInputExeNameW | ( | IN DWORD | nBufferLength, |
OUT LPWSTR | lpExeName | ||
) |
Definition at line 2905 of file console.c.
Referenced by GetConsoleInputExeNameA().
Definition at line 683 of file console.c.
Referenced by ConsoleEventThread(), RegisterWaitForSingleObject(), RegisterWaitForSingleObjectEx(), SignalObjectAndWait(), WaitForMultipleObjectsEx(), and WaitForSingleObjectEx().
BOOL WINAPI DECLSPEC_HOTPATCH GetConsoleKeyboardLayoutNameA | ( | OUT LPSTR | pszLayoutName | ) |
Definition at line 3162 of file console.c.
BOOL WINAPI DECLSPEC_HOTPATCH GetConsoleKeyboardLayoutNameW | ( | OUT LPWSTR | pszLayoutName | ) |
Definition at line 3173 of file console.c.
Definition at line 1569 of file console.c.
Referenced by _getch(), _kbhit(), _tmain(), cfgets(), Confirm(), ConInDisable(), ConInEnable(), ConInString(), ConsoleAttach(), ConsolePager(), doChild(), EnableExtraHardware(), getpass(), CConsole::Init(), IsConsoleHandle(), PagePrompt(), ReadFile(), ReadFromConsole(), SetInsert(), test_Console(), test_WriteConsoleInputA(), test_WriteConsoleInputW(), testWriteNotWrappedNotProcessed(), testWriteNotWrappedProcessed(), testWriteWrappedNotProcessed(), and testWriteWrappedProcessed().
BOOL WINAPI DECLSPEC_HOTPATCH GetConsoleNlsMode | ( | HANDLE | hConsole, |
LPDWORD | lpMode | ||
) |
UINT WINAPI DECLSPEC_HOTPATCH GetConsoleOutputCP | ( | VOID | ) |
Definition at line 2451 of file console.c.
Referenced by _tmain(), cmd_start(), ConPagerWorker(), ConWrite(), doChild(), doTest_CP_ThreadLang_(), Execute(), output_writeconsole(), print_string(), ShowConsoleCPStatus(), ShowConsoleStatus(), START_TEST(), taskkill_vprintfW(), test_Console(), test_cp855(), test_cp932(), test_CP_ThreadLang(), testScreenBuffer(), wmain(), and XCOPY_wprintf().
Definition at line 2513 of file console.c.
Referenced by init_function_pointers().
BOOL WINAPI GetConsoleScreenBufferInfo | ( | HANDLE | hConsoleOutput, |
PCONSOLE_SCREEN_BUFFER_INFO | lpConsoleScreenBufferInfo | ||
) |
Definition at line 1496 of file console.c.
BOOL WINAPI GetConsoleSelectionInfo | ( | PCONSOLE_SELECTION_INFO | lpConsoleSelectionInfo | ) |
Definition at line 2569 of file console.c.
DWORD WINAPI DECLSPEC_HOTPATCH GetConsoleTitleA | ( | LPSTR | lpConsoleTitle, |
DWORD | nSize | ||
) |
Definition at line 2235 of file console.c.
DWORD WINAPI DECLSPEC_HOTPATCH GetConsoleTitleW | ( | LPWSTR | lpConsoleTitle, |
DWORD | nSize | ||
) |
Definition at line 2222 of file console.c.
HWND WINAPI DECLSPEC_HOTPATCH GetConsoleWindow | ( | VOID | ) |
Definition at line 2729 of file console.c.
Referenced by ConsoleInitUI(), START_TEST(), test_GetConsoleFontSize(), and WaitWindows().
BOOL WINAPI GetCurrentConsoleFont | ( | IN HANDLE | hConsoleOutput, |
IN BOOL | bMaximumWindow, | ||
OUT PCONSOLE_FONT_INFO | lpConsoleCurrentFont | ||
) |
Definition at line 694 of file console.c.
Referenced by test_GetConsoleFontInfo(), test_GetConsoleFontSize(), test_GetCurrentConsoleFont(), and test_GetLargestConsoleWindowSize().
Definition at line 316 of file console.c.
Referenced by IntReadConsole().
COORD WINAPI DECLSPEC_HOTPATCH GetLargestConsoleWindowSize | ( | HANDLE | hConsoleOutput | ) |
Definition at line 1673 of file console.c.
Referenced by test_GetLargestConsoleWindowSize().
DWORD WINAPI DECLSPEC_HOTPATCH GetNumberOfConsoleFonts | ( | VOID | ) |
Definition at line 729 of file console.c.
Definition at line 1635 of file console.c.
Referenced by _kbhit(), _tmain(), InputWait(), ProcessKeys(), test_GetNumberOfConsoleInputEvents(), test_WriteConsoleInputA(), and test_WriteConsoleInputW().
Definition at line 1771 of file console.c.
HANDLE WINAPI DECLSPEC_HOTPATCH GetStdHandle | ( | DWORD | nStdHandle | ) |
Definition at line 1170 of file console.c.
Definition at line 216 of file console.c.
Referenced by AllocConsole(), and ConDllInitialize().
Definition at line 204 of file console.c.
Referenced by AllocConsole(), AttachConsole(), and ConDllInitialize().
|
static |
Definition at line 1255 of file console.c.
Referenced by AllocConsole().
|
static |
Definition at line 2603 of file console.c.
Referenced by AttachConsole().
Definition at line 345 of file console.c.
Referenced by CreateFileW().
Definition at line 3114 of file console.c.
Referenced by GetConsoleKeyboardLayoutNameA(), and GetConsoleKeyboardLayoutNameW().
|
static |
Definition at line 2163 of file console.c.
Referenced by GetConsoleTitleA(), and GetConsoleTitleW().
|
static |
Definition at line 1881 of file console.c.
Referenced by ScrollConsoleScreenBufferA(), and ScrollConsoleScreenBufferW().
Definition at line 2243 of file console.c.
Referenced by SetConsoleTitleA(), and SetConsoleTitleW().
Definition at line 756 of file console.c.
Referenced by __InvalidateConsoleDIBits().
Definition at line 580 of file debugger.c.
Referenced by _CrtDbgReportWindow(), ConsoleControlDispatcher(), init_funcs(), InitThreads(), and wmain().
HANDLE WINAPI OpenConsoleW | ( | LPCWSTR | wsName, |
DWORD | dwDesiredAccess, | ||
BOOL | bInheritHandle, | ||
DWORD | dwShareMode | ||
) |
Definition at line 791 of file console.c.
Referenced by CreateFileW(), and init_function_pointers().
BOOL WINAPI DECLSPEC_HOTPATCH RegisterConsoleIME | ( | HWND | hWnd, |
LPDWORD | ThreadId | ||
) |
BOOL WINAPI DECLSPEC_HOTPATCH RegisterConsoleOS2 | ( | BOOL | bUnknown | ) |
|
static |
Definition at line 2072 of file console.c.
Referenced by SetConsoleCtrlHandler().
BOOL WINAPI DECLSPEC_HOTPATCH ScrollConsoleScreenBufferA | ( | HANDLE | hConsoleOutput, |
CONST SMALL_RECT * | lpScrollRectangle, | ||
CONST SMALL_RECT * | lpClipRectangle, | ||
COORD | dwDestinationOrigin, | ||
CONST CHAR_INFO * | lpFill | ||
) |
Definition at line 1929 of file console.c.
Referenced by testScroll().
BOOL WINAPI DECLSPEC_HOTPATCH ScrollConsoleScreenBufferW | ( | HANDLE | hConsoleOutput, |
CONST SMALL_RECT * | lpScrollRectangle, | ||
CONST SMALL_RECT * | lpClipRectangle, | ||
COORD | dwDestinationOrigin, | ||
CONST CHAR_INFO * | lpFill | ||
) |