ReactOS 0.4.16-dev-340-g0540c21
|
Go to the source code of this file.
Macros | |
#define | HANDLE_DETACHED_PROCESS (HANDLE)-1 |
#define | HANDLE_CREATE_NEW_CONSOLE (HANDLE)-2 |
#define | HANDLE_CREATE_NO_WINDOW (HANDLE)-3 |
Definition at line 1142 of file console.c.
Referenced by CloseHandle().
Definition at line 338 of file init.c.
Referenced by DllMain().
Definition at line 89 of file console.c.
Referenced by AllocConsole(), AttachConsole(), and ConDllInitialize().
HANDLE WINAPI DuplicateConsoleHandle | ( | HANDLE | hConsole, |
DWORD | dwDesiredAccess, | ||
BOOL | bInheritHandle, | ||
DWORD | dwOptions | ||
) |
Definition at line 424 of file console.c.
Referenced by DuplicateHandle().
Definition at line 465 of file console.c.
Referenced by GetHandleInformation().
Definition at line 316 of file console.c.
Referenced by IntReadConsole().
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().
Definition at line 345 of file console.c.
Referenced by CreateFileW().
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().
Definition at line 34 of file init.c.
Referenced by AllocConsole(), AttachConsole(), and ConDllInitialize().
Definition at line 495 of file console.c.
Referenced by SetHandleInformation().
Internal helper function used to synchronize the current thread's language ID with the one from the console.
Definition at line 3171 of file console.c.
Referenced by AllocConsole(), AttachConsole(), ConDllInitialize(), and SetConsoleOutputCP().
VOID SetUpAppName | ( | IN BOOLEAN | CaptureStrings, |
IN OUT LPDWORD | CurDirLength, | ||
IN OUT LPWSTR * | CurDir, | ||
IN OUT LPDWORD | AppNameLength, | ||
IN OUT LPWSTR * | AppName | ||
) |
Definition at line 264 of file console.c.
Referenced by AllocConsole(), 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 134 of file init.c.
Referenced by AllocConsole(), AttachConsole(), and ConDllInitialize().
VOID SetUpHandles | ( | IN PCONSOLE_START_INFO | ConsoleStartInfo | ) |
Definition at line 250 of file init.c.
Referenced by AllocConsole(), AttachConsole(), and ConDllInitialize().
Definition at line 1110 of file console.c.
Referenced by GetFileType(), init_function_pointers(), RegisterWaitForSingleObject(), RegisterWaitForSingleObjectEx(), SignalObjectAndWait(), WaitForMultipleObjectsEx(), and WaitForSingleObjectEx().