ReactOS 0.4.16-dev-1044-ga6558c0
|
#include <corecrt_internal_lowio.h>
Go to the source code of this file.
Functions | |
_CRT_LINKER_FORCE_INCLUDE (__dcrt_console_input_terminator) | |
static void | __dcrt_lowio_initialize_console_input () |
BOOL __cdecl | __dcrt_lowio_ensure_console_input_initialized () |
void __cdecl | __dcrt_terminate_console_input () |
template<typename Func > | |
static BOOL | console_input_reopen_and_retry (Func const &fp) throw () |
BOOL __cdecl | __dcrt_read_console_input (_Out_ PINPUT_RECORD lpBuffer, _In_ DWORD nLength, _Out_ LPDWORD lpNumberOfEventsRead) |
BOOL __cdecl | __dcrt_read_console (_Out_ LPVOID lpBuffer, _In_ DWORD nNumberOfCharsToRead, _Out_ LPDWORD lpNumberOfCharsRead) |
BOOL __cdecl | __dcrt_get_number_of_console_input_events (_Out_ LPDWORD lpcNumberOfEvents) |
BOOL __cdecl | __dcrt_peek_console_input_a (_Out_ PINPUT_RECORD lpBuffer, _In_ DWORD nLength, _Out_ LPDWORD lpNumberOfEventsRead) |
BOOL __cdecl | __dcrt_get_input_console_mode (_Out_ LPDWORD lpMode) |
BOOL __cdecl | __dcrt_set_input_console_mode (_In_ DWORD dwMode) |
Variables | |
static HANDLE | __dcrt_lowio_console_input_handle = _console_uninitialized_handle |
Definition at line 136 of file initconin.cpp.
Referenced by _cgetws_s(), _getch_nolock(), and _getwch_nolock().
Definition at line 104 of file initconin.cpp.
Referenced by _kbhit_nolock().
Definition at line 31 of file initconin.cpp.
Referenced by _cgetws_s(), _getch_nolock(), _getwch_nolock(), and _kbhit_nolock().
|
static |
Definition at line 19 of file initconin.cpp.
Referenced by __dcrt_lowio_ensure_console_input_initialized(), and console_input_reopen_and_retry().
BOOL __cdecl __dcrt_peek_console_input_a | ( | _Out_ PINPUT_RECORD | lpBuffer, |
_In_ DWORD | nLength, | ||
_Out_ LPDWORD | lpNumberOfEventsRead | ||
) |
Definition at line 118 of file initconin.cpp.
Referenced by _kbhit_nolock().
BOOL __cdecl __dcrt_read_console | ( | _Out_ LPVOID | lpBuffer, |
_In_ DWORD | nNumberOfCharsToRead, | ||
_Out_ LPDWORD | lpNumberOfCharsRead | ||
) |
Definition at line 85 of file initconin.cpp.
Referenced by _cgetws_s().
BOOL __cdecl __dcrt_read_console_input | ( | _Out_ PINPUT_RECORD | lpBuffer, |
_In_ DWORD | nLength, | ||
_Out_ LPDWORD | lpNumberOfEventsRead | ||
) |
Definition at line 67 of file initconin.cpp.
Referenced by _getch_nolock(), and _getwch_nolock().
Definition at line 150 of file initconin.cpp.
Referenced by _cgetws_s(), _getch_nolock(), and _getwch_nolock().
Definition at line 46 of file initconin.cpp.
Referenced by console_input_reopen_and_retry().
_CRT_LINKER_FORCE_INCLUDE | ( | __dcrt_console_input_terminator | ) |
Definition at line 56 of file initconin.cpp.
Referenced by __dcrt_get_input_console_mode(), __dcrt_get_number_of_console_input_events(), __dcrt_peek_console_input_a(), __dcrt_read_console(), __dcrt_read_console_input(), and __dcrt_set_input_console_mode().
|
static |
Definition at line 16 of file initconin.cpp.
Referenced by __dcrt_get_input_console_mode(), __dcrt_get_number_of_console_input_events(), __dcrt_lowio_ensure_console_input_initialized(), __dcrt_lowio_initialize_console_input(), __dcrt_peek_console_input_a(), __dcrt_read_console(), __dcrt_read_console_input(), __dcrt_set_input_console_mode(), and __dcrt_terminate_console_input().