ReactOS 0.4.15-dev-7953-g1f49173
ioinfo Struct Reference

#include <internal.h>

Collaboration diagram for ioinfo:

Public Attributes

HANDLE handle
 
unsigned char wxflag
 
char lookahead [3]
 
int exflag
 
CRITICAL_SECTION crit
 
intptr_t osfhnd
 
char osfile
 
char pipech
 
int lockinitflag
 
CRITICAL_SECTION lock
 
char textmode: 7
 
char unicode: 1
 
char pipech2 [2]
 

Detailed Description

Definition at line 40 of file file.c.

Member Data Documentation

◆ crit

CRITICAL_SECTION ioinfo::crit

Definition at line 45 of file file.c.

◆ exflag

int ioinfo::exflag

Definition at line 44 of file file.c.

Referenced by _wsopen_s(), fgetwc(), msvcrt_set_fd(), read_i(), and ungetwc().

◆ handle

◆ lock

CRITICAL_SECTION ioinfo::lock

Definition at line 59 of file internal.h.

◆ lockinitflag

int ioinfo::lockinitflag

Definition at line 58 of file internal.h.

◆ lookahead

char ioinfo::lookahead

Definition at line 43 of file file.c.

Referenced by msvcrt_set_fd(), read_i(), and read_utf8().

◆ osfhnd

intptr_t ioinfo::osfhnd

Definition at line 55 of file internal.h.

◆ osfile

char ioinfo::osfile

Definition at line 56 of file internal.h.

◆ pipech

char ioinfo::pipech

Definition at line 57 of file internal.h.

◆ pipech2

char ioinfo::pipech2[2]

Definition at line 62 of file internal.h.

◆ textmode

char ioinfo::textmode

Definition at line 60 of file internal.h.

◆ unicode

char ioinfo::unicode

Definition at line 61 of file internal.h.

◆ wxflag


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