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

Public Attributes | |
| IStream | IStream_iface |
| LONG | ref |
| struct list | StrmListEntry |
| StorageBaseImpl * | parentStorage |
| DWORD | grfMode |
| DirRef | dirEntry |
| ULARGE_INTEGER | currentPosition |
Definition at line 427 of file storage32.h.
| ULARGE_INTEGER StgStreamImpl::currentPosition |
Definition at line 455 of file storage32.h.
Referenced by StgStreamImpl_Construct().
| DirRef StgStreamImpl::dirEntry |
Definition at line 450 of file storage32.h.
Referenced by deleteStreamContents(), StgStreamImpl_Construct(), and StorageBaseImpl_IsStreamOpen().
| DWORD StgStreamImpl::grfMode |
Definition at line 445 of file storage32.h.
Referenced by StgStreamImpl_Construct(), and StorageBaseImpl_OpenStream().
| IStream StgStreamImpl::IStream_iface |
Definition at line 429 of file storage32.h.
Referenced by StgStreamImpl_Clone(), StgStreamImpl_Construct(), StorageBaseImpl_CopyChildEntryTo(), StorageBaseImpl_CreateStream(), and StorageBaseImpl_OpenStream().
| StorageBaseImpl* StgStreamImpl::parentStorage |
Definition at line 440 of file storage32.h.
Referenced by deleteStreamContents(), StgStreamImpl_Construct(), and StorageBaseImpl_DeleteAll().
| LONG StgStreamImpl::ref |
Definition at line 430 of file storage32.h.
Referenced by StgStreamImpl_Construct().
Definition at line 435 of file storage32.h.
Referenced by deleteStreamContents(), StorageBaseImpl_AddStream(), and StorageBaseImpl_RemoveStream().