#include "wine/debug.h"
#include "shdocvw.h"
#include "urlhist.h"
Go to the source code of this file.
Functions |
| | WINE_DEFAULT_DEBUG_CHANNEL (shdocvw) |
| static HRESULT WINAPI | UrlHistoryStg_QueryInterface (IUrlHistoryStg2 *iface, REFIID riid, void **ppv) |
| static ULONG WINAPI | UrlHistoryStg_AddRef (IUrlHistoryStg2 *iface) |
| static ULONG WINAPI | UrlHistoryStg_Release (IUrlHistoryStg2 *iface) |
| static HRESULT WINAPI | UrlHistoryStg_AddUrl (IUrlHistoryStg2 *iface, LPCOLESTR lpcsUrl, LPCOLESTR pocsTitle, DWORD dwFlags) |
| static HRESULT WINAPI | UrlHistoryStg_DeleteUrl (IUrlHistoryStg2 *iface, LPCOLESTR lpcsUrl, DWORD dwFlags) |
| static HRESULT WINAPI | UrlHistoryStg_QueryUrl (IUrlHistoryStg2 *iface, LPCOLESTR lpcsUrl, DWORD dwFlags, LPSTATURL lpSTATURL) |
| static HRESULT WINAPI | UrlHistoryStg_BindToObject (IUrlHistoryStg2 *iface, LPCOLESTR lpcsUrl, REFIID riid, void **ppv) |
| static HRESULT WINAPI | UrlHistoryStg_EnumUrls (IUrlHistoryStg2 *iface, IEnumSTATURL **ppEnum) |
| static HRESULT WINAPI | UrlHistoryStg_AddUrlAndNotify (IUrlHistoryStg2 *iface, LPCOLESTR pocsUrl, LPCOLESTR pocsTitle, DWORD dwFlags, BOOL fWriteHistory, IOleCommandTarget *poctNotify, IUnknown *punkISFolder) |
| static HRESULT WINAPI | UrlHistoryStg_ClearHistory (IUrlHistoryStg2 *iface) |
| HRESULT | CUrlHistory_Create (IUnknown *pOuter, REFIID riid, void **ppv) |
Variables |
| static const IUrlHistoryStg2Vtbl | UrlHistoryStg2Vtbl |
| static IUrlHistoryStg2 | UrlHistoryStg2 = { &UrlHistoryStg2Vtbl } |