ReactOS 0.4.16-dev-1049-g378a335
__crt_lowio_handle_data Struct Reference

#include <corecrt_internal_lowio.h>

Collaboration diagram for __crt_lowio_handle_data:

Public Attributes

CRITICAL_SECTION lock
 
intptr_t osfhnd
 
__int64 startpos
 
unsigned char osfile
 
__crt_lowio_text_mode textmode
 
__crt_lowio_pipe_lookahead _pipe_lookahead
 
uint8_t unicode: 1
 
uint8_t utf8translations: 1
 
uint8_t dbcsBufferUsed: 1
 
char mbBuffer [MB_LEN_MAX]
 

Detailed Description

Definition at line 94 of file corecrt_internal_lowio.h.

Member Data Documentation

◆ _pipe_lookahead

__crt_lowio_pipe_lookahead __crt_lowio_handle_data::_pipe_lookahead

Definition at line 101 of file corecrt_internal_lowio.h.

◆ dbcsBufferUsed

uint8_t __crt_lowio_handle_data::dbcsBufferUsed

Definition at line 105 of file corecrt_internal_lowio.h.

◆ lock

CRITICAL_SECTION __crt_lowio_handle_data::lock

Definition at line 96 of file corecrt_internal_lowio.h.

◆ mbBuffer

char __crt_lowio_handle_data::mbBuffer[MB_LEN_MAX]

Definition at line 106 of file corecrt_internal_lowio.h.

◆ osfhnd

◆ osfile

◆ startpos

__int64 __crt_lowio_handle_data::startpos

Definition at line 98 of file corecrt_internal_lowio.h.

◆ textmode

__crt_lowio_text_mode __crt_lowio_handle_data::textmode

Definition at line 100 of file corecrt_internal_lowio.h.

◆ unicode

uint8_t __crt_lowio_handle_data::unicode

Definition at line 103 of file corecrt_internal_lowio.h.

◆ utf8translations

uint8_t __crt_lowio_handle_data::utf8translations

Definition at line 104 of file corecrt_internal_lowio.h.


The documentation for this struct was generated from the following file: