ReactOS 0.4.15-dev-7953-g1f49173
DataCache Struct Reference
Collaboration diagram for DataCache:

Public Attributes

IUnknown IUnknown_inner
 
IDataObject IDataObject_iface
 
IPersistStorage IPersistStorage_iface
 
IViewObject2 IViewObject2_iface
 
IOleCache2 IOleCache2_iface
 
IOleCacheControl IOleCacheControl_iface
 
IAdviseSink IAdviseSink_iface
 
LONG ref
 
IUnknownouter_unk
 
DWORD sinkAspects
 
DWORD sinkAdviseFlag
 
IAdviseSinksinkInterface
 
CLSID clsid
 
BOOL clsid_static
 
IStoragepresentationStorage
 
struct list cache_list
 
DWORD last_cache_id
 
BOOL dirty
 
IDataObjectrunning_object
 

Detailed Description

Definition at line 121 of file datacache.c.

Member Data Documentation

◆ cache_list

struct list DataCache::cache_list

Definition at line 163 of file datacache.c.

Referenced by DataCache_Construct(), and DataCache_Destroy().

◆ clsid

CLSID DataCache::clsid

Definition at line 156 of file datacache.c.

Referenced by DataCache_Construct().

◆ clsid_static

BOOL DataCache::clsid_static

Definition at line 158 of file datacache.c.

Referenced by DataCache_Construct().

◆ dirty

BOOL DataCache::dirty

Definition at line 167 of file datacache.c.

Referenced by DataCache_Construct().

◆ IAdviseSink_iface

IAdviseSink DataCache::IAdviseSink_iface

Definition at line 135 of file datacache.c.

Referenced by DataCache_Construct(), and impl_from_IAdviseSink().

◆ IDataObject_iface

IDataObject DataCache::IDataObject_iface

Definition at line 127 of file datacache.c.

Referenced by DataCache_Construct(), and impl_from_IDataObject().

◆ IOleCache2_iface

IOleCache2 DataCache::IOleCache2_iface

Definition at line 130 of file datacache.c.

Referenced by DataCache_Construct(), and impl_from_IOleCache2().

◆ IOleCacheControl_iface

IOleCacheControl DataCache::IOleCacheControl_iface

Definition at line 131 of file datacache.c.

Referenced by DataCache_Construct(), and impl_from_IOleCacheControl().

◆ IPersistStorage_iface

IPersistStorage DataCache::IPersistStorage_iface

Definition at line 128 of file datacache.c.

Referenced by DataCache_Construct(), and impl_from_IPersistStorage().

◆ IUnknown_inner

IUnknown DataCache::IUnknown_inner

Definition at line 126 of file datacache.c.

Referenced by CreateDataCache(), DataCache_Construct(), and impl_from_IUnknown().

◆ IViewObject2_iface

IViewObject2 DataCache::IViewObject2_iface

Definition at line 129 of file datacache.c.

Referenced by DataCache_Construct(), and impl_from_IViewObject2().

◆ last_cache_id

DWORD DataCache::last_cache_id

Definition at line 165 of file datacache.c.

Referenced by DataCache_Construct().

◆ outer_unk

IUnknown* DataCache::outer_unk

Definition at line 145 of file datacache.c.

Referenced by DataCache_Construct().

◆ presentationStorage

IStorage* DataCache::presentationStorage

Definition at line 160 of file datacache.c.

Referenced by DataCache_Construct(), and DataCache_Destroy().

◆ ref

LONG DataCache::ref

Definition at line 140 of file datacache.c.

Referenced by DataCache_Construct().

◆ running_object

IDataObject* DataCache::running_object

Definition at line 169 of file datacache.c.

Referenced by DataCache_Construct().

◆ sinkAdviseFlag

DWORD DataCache::sinkAdviseFlag

Definition at line 153 of file datacache.c.

Referenced by DataCache_Construct().

◆ sinkAspects

DWORD DataCache::sinkAspects

Definition at line 152 of file datacache.c.

Referenced by DataCache_Construct().

◆ sinkInterface

IAdviseSink* DataCache::sinkInterface

Definition at line 154 of file datacache.c.

Referenced by DataCache_Construct(), and DataCache_Destroy().


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