41 return IWebBrowser2_QueryInterface(&
This->IWebBrowser2_iface,
riid, ppobj);
47 return IWebBrowser2_AddRef(&
This->IWebBrowser2_iface);
53 return IWebBrowser2_Release(&
This->IWebBrowser2_iface);
88 FIXME(
"(%p)->(%p %x)\n",
This, pStg, fSameAsLoad);
125 return IWebBrowser2_QueryInterface(&
This->IWebBrowser2_iface,
riid, ppobj);
131 return IWebBrowser2_AddRef(&
This->IWebBrowser2_iface);
137 return IWebBrowser2_Release(&
This->IWebBrowser2_iface);
164 FIXME(
"(%p)->(%p %x)\n",
This, pMem, cbSize);
172 FIXME(
"(%p)->(%p %x %x)\n",
This, pMem, fClearDirty, cbSize);
209 return IWebBrowser2_QueryInterface(&
This->IWebBrowser2_iface,
riid, ppobj);
215 return IWebBrowser2_AddRef(&
This->IWebBrowser2_iface);
221 return IWebBrowser2_Release(&
This->IWebBrowser2_iface);
227 return IPersistStorage_GetClassID(&
This->IPersistStorage_iface, pClassID);
233 return IPersistStorage_IsDirty(&
This->IPersistStorage_iface);
247 FIXME(
"(%p)->(%p %x)\n",
This, pStg, fSameAsLoad);
#define WINE_DEFAULT_DEBUG_CHANNEL(t)
static ULONG WINAPI PersistStorage_AddRef(IPersistStorage *iface)
static HRESULT WINAPI PersistMemory_QueryInterface(IPersistMemory *iface, REFIID riid, LPVOID *ppobj)
static WebBrowser * impl_from_IPersistStreamInit(IPersistStreamInit *iface)
static HRESULT WINAPI PersistMemory_GetSizeMax(IPersistMemory *iface, ULONG *pCbSize)
static HRESULT WINAPI PersistMemory_InitNew(IPersistMemory *iface)
static HRESULT WINAPI PersistMemory_GetClassID(IPersistMemory *iface, CLSID *pClassID)
static HRESULT WINAPI PersistStreamInit_GetSizeMax(IPersistStreamInit *iface, ULARGE_INTEGER *pcbSize)
static HRESULT WINAPI PersistStreamInit_InitNew(IPersistStreamInit *iface)
static ULONG WINAPI PersistMemory_Release(IPersistMemory *iface)
static HRESULT WINAPI PersistStorage_SaveCompleted(IPersistStorage *iface, LPSTORAGE pStgNew)
static WebBrowser * impl_from_IPersistMemory(IPersistMemory *iface)
void WebBrowser_Persist_Init(WebBrowser *This)
static const IPersistMemoryVtbl PersistMemoryVtbl
static HRESULT WINAPI PersistStorage_QueryInterface(IPersistStorage *iface, REFIID riid, LPVOID *ppobj)
static ULONG WINAPI PersistStreamInit_AddRef(IPersistStreamInit *iface)
static HRESULT WINAPI PersistStorage_Load(IPersistStorage *iface, LPSTORAGE pStg)
static WebBrowser * impl_from_IPersistStorage(IPersistStorage *iface)
static HRESULT WINAPI PersistStorage_InitNew(IPersistStorage *iface, LPSTORAGE pStg)
static const IPersistStreamInitVtbl PersistStreamInitVtbl
static HRESULT WINAPI PersistStreamInit_IsDirty(IPersistStreamInit *iface)
static const IPersistStorageVtbl PersistStorageVtbl
static HRESULT WINAPI PersistMemory_Load(IPersistMemory *iface, LPVOID pMem, ULONG cbSize)
static ULONG WINAPI PersistStreamInit_Release(IPersistStreamInit *iface)
static HRESULT WINAPI PersistStreamInit_GetClassID(IPersistStreamInit *iface, CLSID *pClassID)
static HRESULT WINAPI PersistStorage_IsDirty(IPersistStorage *iface)
static HRESULT WINAPI PersistStreamInit_Load(IPersistStreamInit *iface, LPSTREAM pStg)
static HRESULT WINAPI PersistStorage_GetClassID(IPersistStorage *iface, CLSID *pClassID)
static HRESULT WINAPI PersistMemory_IsDirty(IPersistMemory *iface)
static HRESULT WINAPI PersistMemory_Save(IPersistMemory *iface, LPVOID pMem, BOOL fClearDirty, ULONG cbSize)
static HRESULT WINAPI PersistStreamInit_Save(IPersistStreamInit *iface, LPSTREAM pStg, BOOL fSameAsLoad)
static HRESULT WINAPI PersistStorage_Save(IPersistStorage *iface, LPSTORAGE pStg, BOOL fSameAsLoad)
static ULONG WINAPI PersistMemory_AddRef(IPersistMemory *iface)
static ULONG WINAPI PersistStorage_Release(IPersistStorage *iface)
static HRESULT WINAPI PersistStreamInit_QueryInterface(IPersistStreamInit *iface, REFIID riid, LPVOID *ppobj)
interface IStorage * LPSTORAGE
interface IStream * LPSTREAM
#define CONTAINING_RECORD(address, type, field)