Defines |
| #define | PERSTORAGE_THIS(ifce) DEFINE_THIS(WebBrowser, PersistStorage, iface) |
| #define | PERMEMORY_THIS(ifce) DEFINE_THIS(WebBrowser, PersistMemory, iface) |
| #define | PERSTRINIT_THIS(iface) DEFINE_THIS(WebBrowser, PersistStreamInit, iface) |
Functions |
| | WINE_DEFAULT_DEBUG_CHANNEL (shdocvw) |
| static HRESULT WINAPI | PersistStorage_QueryInterface (IPersistStorage *iface, REFIID riid, LPVOID *ppobj) |
| static ULONG WINAPI | PersistStorage_AddRef (IPersistStorage *iface) |
| static ULONG WINAPI | PersistStorage_Release (IPersistStorage *iface) |
| static HRESULT WINAPI | PersistStorage_GetClassID (IPersistStorage *iface, CLSID *pClassID) |
| static HRESULT WINAPI | PersistStorage_IsDirty (IPersistStorage *iface) |
| static HRESULT WINAPI | PersistStorage_InitNew (IPersistStorage *iface, LPSTORAGE pStg) |
| static HRESULT WINAPI | PersistStorage_Load (IPersistStorage *iface, LPSTORAGE pStg) |
| static HRESULT WINAPI | PersistStorage_Save (IPersistStorage *iface, LPSTORAGE pStg, BOOL fSameAsLoad) |
| static HRESULT WINAPI | PersistStorage_SaveCompleted (IPersistStorage *iface, LPSTORAGE pStgNew) |
| static HRESULT WINAPI | PersistMemory_QueryInterface (IPersistMemory *iface, REFIID riid, LPVOID *ppobj) |
| static ULONG WINAPI | PersistMemory_AddRef (IPersistMemory *iface) |
| static ULONG WINAPI | PersistMemory_Release (IPersistMemory *iface) |
| static HRESULT WINAPI | PersistMemory_GetClassID (IPersistMemory *iface, CLSID *pClassID) |
| static HRESULT WINAPI | PersistMemory_IsDirty (IPersistMemory *iface) |
| static HRESULT WINAPI | PersistMemory_InitNew (IPersistMemory *iface) |
| static HRESULT WINAPI | PersistMemory_Load (IPersistMemory *iface, LPVOID pMem, ULONG cbSize) |
| static HRESULT WINAPI | PersistMemory_Save (IPersistMemory *iface, LPVOID pMem, BOOL fClearDirty, ULONG cbSize) |
| static HRESULT WINAPI | PersistMemory_GetSizeMax (IPersistMemory *iface, ULONG *pCbSize) |
| static HRESULT WINAPI | PersistStreamInit_QueryInterface (IPersistStreamInit *iface, REFIID riid, LPVOID *ppobj) |
| static ULONG WINAPI | PersistStreamInit_AddRef (IPersistStreamInit *iface) |
| static ULONG WINAPI | PersistStreamInit_Release (IPersistStreamInit *iface) |
| static HRESULT WINAPI | PersistStreamInit_GetClassID (IPersistStreamInit *iface, CLSID *pClassID) |
| static HRESULT WINAPI | PersistStreamInit_IsDirty (IPersistStreamInit *iface) |
| static HRESULT WINAPI | PersistStreamInit_Load (IPersistStreamInit *iface, LPSTREAM pStg) |
| static HRESULT WINAPI | PersistStreamInit_Save (IPersistStreamInit *iface, LPSTREAM pStg, BOOL fSameAsLoad) |
| static HRESULT WINAPI | PersistStreamInit_GetSizeMax (IPersistStreamInit *iface, ULARGE_INTEGER *pcbSize) |
| static HRESULT WINAPI | PersistStreamInit_InitNew (IPersistStreamInit *iface) |
| void | WebBrowser_Persist_Init (WebBrowser *This) |
Variables |
| static const IPersistStorageVtbl | PersistStorageVtbl |
| static const IPersistMemoryVtbl | PersistMemoryVtbl |
| static const IPersistStreamInitVtbl | PersistStreamInitVtbl |