Home
last modified time | relevance | path

Searched refs:StorageBaseImpl (Results 1 – 3 of 3) sorted by relevance

/reactos/dll/win32/ole32/
H A Dstorage32.h127 typedef struct StorageBaseImpl StorageBaseImpl; typedef
185 struct StorageBaseImpl struct
234 StorageBaseImpl *transactedChild; argument
240 void (*Destroy)(StorageBaseImpl*);
241 void (*Invalidate)(StorageBaseImpl*);
242 HRESULT (*Flush)(StorageBaseImpl*);
243 HRESULT (*GetFilename)(StorageBaseImpl*,LPWSTR*);
254 HRESULT (*LockTransaction)(StorageBaseImpl*,BOOL);
373 struct StorageBaseImpl base;
440 StorageBaseImpl* parentStorage;
[all …]
H A Dstorage32.c76 struct StorageBaseImpl base;
83 StorageBaseImpl *parentStorage;
133 struct StorageBaseImpl base;
138 StorageBaseImpl *scratch;
156 static HRESULT Storage_ConstructTransacted(StorageBaseImpl*,BOOL,StorageBaseImpl**);
160 struct StorageBaseImpl base;
651 StorageBaseImpl *This, in insertIntoTree()
772 StorageBaseImpl *This, in removeFromTree()
2351 StorageBaseImpl *ancestorChildBase = (StorageBaseImpl*)pstgDestAncestorChild; in StorageBaseImpl_CopyTo()
3221 StorageBaseImpl *base, in StorageImpl_DestroyDirEntry()
[all …]
H A Dstg_stream.c667 StorageBaseImpl* parentStorage, in StgStreamImpl_Construct()