ReactOS 0.4.16-dev-401-g45b008d
|
Public Types | |
typedef IUrlHistoryStg2 * | LPURLHISTORYSTG2 |
Public Types inherited from IUrlHistoryStg | |
typedef IUrlHistoryStg * | LPURLHISTORYSTG |
Public Types inherited from IUnknown | |
typedef IUnknown * | LPUNKNOWN |
Public Member Functions | |
HRESULT | AddUrlAndNotify ([in] LPCOLESTR pocsUrl, [in, unique] LPCOLESTR pocsTitle, [in] DWORD dwFlags, [in] BOOL fWriteHistory, [in] IOleCommandTarget *poctNotify, [in, unique] IUnknown *punkISFolder) |
HRESULT | ClearHistory () |
Public Member Functions inherited from IUrlHistoryStg | |
HRESULT | AddUrl ([in] LPCOLESTR pocsUrl, [in, unique] LPCOLESTR pocsTitle, [in] DWORD dwFlags) |
HRESULT | DeleteUrl ([in] LPCOLESTR pocsUrl, [in] DWORD dwFlags) |
HRESULT | QueryUrl ([in] LPCOLESTR pocsUrl, [in] DWORD dwFlags, [in, out, unique] LPSTATURL lpSTATURL) |
HRESULT | BindToObject ([in] LPCOLESTR pocsUrl, [in] REFIID riid, [out, iid_is(riid)] void **ppvOut) |
HRESULT | EnumUrls ([out] IEnumSTATURL **ppEnum) |
Public Member Functions inherited from IUnknown | |
HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
ULONG | AddRef () |
ULONG | Release () |
Definition at line 113 of file urlhist.idl.
Definition at line 115 of file urlhist.idl.
HRESULT IUrlHistoryStg2::AddUrlAndNotify | ( | [in] LPCOLESTR | pocsUrl, |
[in, unique] LPCOLESTR | pocsTitle, | ||
[in] DWORD | dwFlags, | ||
[in] BOOL | fWriteHistory, | ||
[in] IOleCommandTarget * | poctNotify, | ||
[in, unique] IUnknown * | punkISFolder | ||
) |
HRESULT IUrlHistoryStg2::ClearHistory | ( | ) |