ReactOS 0.4.16-dev-1067-ge98bba2
|
#include <corecrt_internal_lowio.h>
Go to the source code of this file.
Functions | |
_CRT_LINKER_FORCE_INCLUDE (__dcrt_console_output_terminator) | |
static void | __dcrt_lowio_initialize_console_output () |
BOOL __cdecl | __dcrt_lowio_ensure_console_output_initialized () |
void __cdecl | __dcrt_terminate_console_output () |
template<typename Func > | |
static BOOL | console_output_reopen_and_retry (Func const &fp) throw () |
BOOL __cdecl | __dcrt_write_console (_In_ void const *lpBuffer, _In_ DWORD nNumberOfCharsToWrite, _Out_ LPDWORD lpNumberOfCharsWritten) |
Variables | |
static HANDLE | __dcrt_lowio_console_output_handle = _console_uninitialized_handle |
Definition at line 31 of file initcon.cpp.
Referenced by _cputws(), and _putwch_nolock().
|
static |
Definition at line 19 of file initcon.cpp.
Referenced by __dcrt_lowio_ensure_console_output_initialized(), and console_output_reopen_and_retry().
Definition at line 46 of file initcon.cpp.
Referenced by console_output_reopen_and_retry().
BOOL __cdecl __dcrt_write_console | ( | _In_ void const * | lpBuffer, |
_In_ DWORD | nNumberOfCharsToWrite, | ||
_Out_ LPDWORD | lpNumberOfCharsWritten | ||
) |
Definition at line 67 of file initcon.cpp.
Referenced by _cputws(), and _putwch_nolock().
_CRT_LINKER_FORCE_INCLUDE | ( | __dcrt_console_output_terminator | ) |
Definition at line 56 of file initcon.cpp.
Referenced by __dcrt_write_console().
|
static |
Definition at line 16 of file initcon.cpp.
Referenced by __dcrt_lowio_ensure_console_output_initialized(), __dcrt_lowio_initialize_console_output(), __dcrt_terminate_console_output(), and __dcrt_write_console().