ReactOS 0.4.15-dev-7842-g558ab78
textstream Struct Reference
Collaboration diagram for textstream:

Public Attributes

struct provideclassinfo classinfo
 
ITextStream ITextStream_iface
 
LONG ref
 
IOMode mode
 
BOOL unicode
 
BOOL first_read
 
LARGE_INTEGER size
 
HANDLE file
 

Detailed Description

Definition at line 125 of file filesystem.c.

Member Data Documentation

◆ classinfo

struct provideclassinfo textstream::classinfo

Definition at line 126 of file filesystem.c.

◆ file

HANDLE textstream::file

Definition at line 134 of file filesystem.c.

◆ first_read

BOOL textstream::first_read

Definition at line 132 of file filesystem.c.

◆ ITextStream_iface

ITextStream textstream::ITextStream_iface

Definition at line 127 of file filesystem.c.

Referenced by impl_from_ITextStream().

◆ mode

IOMode textstream::mode

Definition at line 130 of file filesystem.c.

◆ ref

LONG textstream::ref

Definition at line 128 of file filesystem.c.

Referenced by textstream_AddRef(), and textstream_Release().

◆ size

LARGE_INTEGER textstream::size

Definition at line 133 of file filesystem.c.

◆ unicode

BOOL textstream::unicode

Definition at line 131 of file filesystem.c.


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