ReactOS 0.4.16-dev-1049-g378a335
|
#include <corecrt_internal_lowio.h>
Definition at line 94 of file corecrt_internal_lowio.h.
__crt_lowio_pipe_lookahead __crt_lowio_handle_data::_pipe_lookahead |
Definition at line 101 of file corecrt_internal_lowio.h.
uint8_t __crt_lowio_handle_data::dbcsBufferUsed |
Definition at line 105 of file corecrt_internal_lowio.h.
CRITICAL_SECTION __crt_lowio_handle_data::lock |
Definition at line 96 of file corecrt_internal_lowio.h.
char __crt_lowio_handle_data::mbBuffer[MB_LEN_MAX] |
Definition at line 106 of file corecrt_internal_lowio.h.
intptr_t __crt_lowio_handle_data::osfhnd |
Definition at line 97 of file corecrt_internal_lowio.h.
Referenced by accumulate_inheritable_handles(), initialize_inherited_file_handles_nolock(), and initialize_stdio_handles_nolock().
Definition at line 99 of file corecrt_internal_lowio.h.
Referenced by accumulate_inheritable_handles(), initialize_inherited_file_handles_nolock(), and initialize_stdio_handles_nolock().
__int64 __crt_lowio_handle_data::startpos |
Definition at line 98 of file corecrt_internal_lowio.h.
__crt_lowio_text_mode __crt_lowio_handle_data::textmode |
Definition at line 100 of file corecrt_internal_lowio.h.
uint8_t __crt_lowio_handle_data::unicode |
Definition at line 103 of file corecrt_internal_lowio.h.
uint8_t __crt_lowio_handle_data::utf8translations |
Definition at line 104 of file corecrt_internal_lowio.h.