HomeSort by relevance Sort by last modified time
    Searched refs:IOleCache (Results 1 - 2 of 2) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
oleidl.h 35 typedef struct IOleCache IOleCache;
201 typedef IOleCache *LPOLECACHE;
205 struct IOleCache : public IUnknown {
216 HRESULT (WINAPI *QueryInterface)(IOleCache *This,REFIID riid,void **ppvObject);
217 ULONG (WINAPI *AddRef)(IOleCache *This);
218 ULONG (WINAPI *Release)(IOleCache *This);
219 HRESULT (WINAPI *Cache)(IOleCache *This,FORMATETC *pformatetc,DWORD advf,DWORD *pdwConnection);
220 HRESULT (WINAPI *Uncache)(IOleCache *This,DWORD dwConnection);
221 HRESULT (WINAPI *EnumCache)(IOleCache *This,IEnumSTATDATA **ppenumSTATDATA)
    [all...]
comdefsp.h     [all...]

Completed in 44 milliseconds