ReactOS 0.4.15-dev-7918-g2a2556c
MSVCRT__iobuf Struct Reference

#include <msvcrt.h>

Collaboration diagram for MSVCRT__iobuf:

Public Attributes

char_ptr
 
int _cnt
 
char_base
 
int _flag
 
int _file
 
int _charbuf
 
int _bufsiz
 
char_tmpfname
 

Detailed Description

Definition at line 300 of file msvcrt.h.

Member Data Documentation

◆ _base

char * MSVCRT__iobuf::_base

Definition at line 303 of file msvcrt.h.

◆ _bufsiz

int MSVCRT__iobuf::_bufsiz

Definition at line 307 of file msvcrt.h.

◆ _charbuf

int MSVCRT__iobuf::_charbuf

Definition at line 306 of file msvcrt.h.

◆ _cnt

int MSVCRT__iobuf::_cnt

Definition at line 302 of file msvcrt.h.

◆ _file

int MSVCRT__iobuf::_file

Definition at line 305 of file msvcrt.h.

◆ _flag

int MSVCRT__iobuf::_flag

Definition at line 304 of file msvcrt.h.

◆ _ptr

char * MSVCRT__iobuf::_ptr

Definition at line 301 of file msvcrt.h.

◆ _tmpfname

char * MSVCRT__iobuf::_tmpfname

Definition at line 308 of file msvcrt.h.


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