import"IWebHistoryDelegate.idl";
|
HRESULT | didNavigateWithNavigationData ([in] IWebView *webView, [in] IWebNavigationData *navigationData, [in] IWebFrame *webFrame) |
|
HRESULT | didPerformClientRedirectFromURL ([in] IWebView *webView, [in] BSTR sourceURL, [in] BSTR destinationURL, [in] IWebFrame *webFrame) |
|
HRESULT | didPerformServerRedirectFromURL ([in] IWebView *webView, [in] BSTR sourceURL, [in] BSTR destinationURL, [in] IWebFrame *webFrame) |
|
HRESULT | updateHistoryTitle ([in] IWebView *webView, [in] BSTR title, [in] BSTR url) |
|
HRESULT | populateVisitedLinksForWebView ([in] IWebView *webView) |
|
◆ didNavigateWithNavigationData()
◆ didPerformClientRedirectFromURL()
HRESULT IWebHistoryDelegate::didPerformClientRedirectFromURL |
( |
[in] IWebView * |
webView, |
|
|
[in] BSTR |
sourceURL, |
|
|
[in] BSTR |
destinationURL, |
|
|
[in] IWebFrame * |
webFrame |
|
) |
| |
◆ didPerformServerRedirectFromURL()
HRESULT IWebHistoryDelegate::didPerformServerRedirectFromURL |
( |
[in] IWebView * |
webView, |
|
|
[in] BSTR |
sourceURL, |
|
|
[in] BSTR |
destinationURL, |
|
|
[in] IWebFrame * |
webFrame |
|
) |
| |
◆ populateVisitedLinksForWebView()
HRESULT IWebHistoryDelegate::populateVisitedLinksForWebView |
( |
[in] IWebView * |
webView | ) |
|
◆ updateHistoryTitle()
The documentation for this interface was generated from the following file: