|
ReactOS 0.4.16-dev-1946-g52006dd
|

Public Attributes | |
| struct provideclassinfo | classinfo |
| ITextStream | ITextStream_iface |
| LONG | ref |
| IOMode | mode |
| BOOL | unicode |
| BOOL | first_read |
| LARGE_INTEGER | size |
| HANDLE | file |
Definition at line 125 of file filesystem.c.
| struct provideclassinfo textstream::classinfo |
Definition at line 126 of file filesystem.c.
| HANDLE textstream::file |
Definition at line 134 of file filesystem.c.
| BOOL textstream::first_read |
Definition at line 132 of file filesystem.c.
| ITextStream textstream::ITextStream_iface |
Definition at line 127 of file filesystem.c.
Referenced by impl_from_ITextStream().
| IOMode textstream::mode |
Definition at line 130 of file filesystem.c.
| LONG textstream::ref |
Definition at line 128 of file filesystem.c.
Referenced by textstream_AddRef(), and textstream_Release().
| LARGE_INTEGER textstream::size |
Definition at line 133 of file filesystem.c.
| BOOL textstream::unicode |
Definition at line 131 of file filesystem.c.