|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <stream_private.h>

Public Attributes | |
| CON_WRITE_FUNC | WriteFunc |
| BOOL | IsInitialized |
| CRITICAL_SECTION | Lock |
| HANDLE | hHandle |
| BOOL | IsConsole |
| CON_STREAM_MODE | Mode |
| UINT | CodePage |
Definition at line 25 of file stream_private.h.
| UINT _CON_STREAM::CodePage |
Definition at line 49 of file stream_private.h.
| HANDLE _CON_STREAM::hHandle |
Definition at line 35 of file stream_private.h.
| BOOL _CON_STREAM::IsConsole |
Definition at line 42 of file stream_private.h.
| BOOL _CON_STREAM::IsInitialized |
Definition at line 32 of file stream_private.h.
| CRITICAL_SECTION _CON_STREAM::Lock |
Definition at line 33 of file stream_private.h.
| CON_STREAM_MODE _CON_STREAM::Mode |
Definition at line 48 of file stream_private.h.
| CON_WRITE_FUNC _CON_STREAM::WriteFunc |
Definition at line 27 of file stream_private.h.