ReactOS 0.4.16-dev-1109-gd06d9f3
__acrt_stdio_stream_mode Struct Reference

#include <corecrt_internal_stdio.h>

Collaboration diagram for __acrt_stdio_stream_mode:

Public Attributes

int _lowio_mode
 
int _stdio_mode
 
bool _success
 

Detailed Description

Definition at line 522 of file corecrt_internal_stdio.h.

Member Data Documentation

◆ _lowio_mode

int __acrt_stdio_stream_mode::_lowio_mode

Definition at line 524 of file corecrt_internal_stdio.h.

Referenced by common_openfile().

◆ _stdio_mode

int __acrt_stdio_stream_mode::_stdio_mode

Definition at line 525 of file corecrt_internal_stdio.h.

Referenced by common_fdopen(), and common_openfile().

◆ _success

bool __acrt_stdio_stream_mode::_success

Definition at line 526 of file corecrt_internal_stdio.h.

Referenced by common_fdopen(), and common_openfile().


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