ICoreWebView2GetFaviconCompletedHandler

Undocumented in source.
version(Windows && inline_webview2_bindings && all)
interface ICoreWebView2GetFaviconCompletedHandler : IUnknown {
static const
GUID iid;
}

Members

Functions

Invoke
HRESULT Invoke(HRESULT errorCode, IStream* faviconStream)

Called to notify the favicon has been retrieved.

Meta