ReactOS 0.4.15-dev-7906-g1b85a5f
_CON_STREAM Struct Reference

#include <stream_private.h>

Collaboration diagram for _CON_STREAM:

Public Attributes

CON_WRITE_FUNC WriteFunc
 
BOOL IsInitialized
 
CRITICAL_SECTION Lock
 
HANDLE hHandle
 
BOOL IsConsole
 
CON_STREAM_MODE Mode
 
UINT CodePage
 

Detailed Description

Definition at line 25 of file stream_private.h.

Member Data Documentation

◆ CodePage

UINT _CON_STREAM::CodePage

Definition at line 49 of file stream_private.h.

◆ hHandle

HANDLE _CON_STREAM::hHandle

Definition at line 35 of file stream_private.h.

◆ IsConsole

BOOL _CON_STREAM::IsConsole

Definition at line 42 of file stream_private.h.

◆ IsInitialized

BOOL _CON_STREAM::IsInitialized

Definition at line 32 of file stream_private.h.

◆ Lock

CRITICAL_SECTION _CON_STREAM::Lock

Definition at line 33 of file stream_private.h.

◆ Mode

CON_STREAM_MODE _CON_STREAM::Mode

Definition at line 48 of file stream_private.h.

◆ WriteFunc

CON_WRITE_FUNC _CON_STREAM::WriteFunc

Definition at line 27 of file stream_private.h.


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