ReactOS 0.4.17-dev-934-g091855f
file_stream Struct Reference
Collaboration diagram for file_stream:

Public Attributes

IStream IStream_iface
 
LONG ref
 
WCHAR path [MAX_PATH]
 
HANDLE file
 

Detailed Description

Definition at line 260 of file loaderstream.c.

Member Data Documentation

◆ file

HANDLE file_stream::file

Definition at line 266 of file loaderstream.c.

◆ IStream_iface

IStream file_stream::IStream_iface

Definition at line 262 of file loaderstream.c.

Referenced by file_stream_from_IStream().

◆ path

WCHAR file_stream::path[MAX_PATH]

Definition at line 265 of file loaderstream.c.

◆ ref

LONG file_stream::ref

Definition at line 263 of file loaderstream.c.

Referenced by file_stream_AddRef(), and file_stream_Release().


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