IID_ICoreWebView2GetFaviconCompletedHandler

This interface is a handler for the completion of the population of imageStream. errorCode returns S_OK if the API succeeded. The image is returned in the faviconStream object. If there is no image then no data would be copied into the imageStream. For more details, see the GetFavicon API.

version(Windows && inline_webview2_bindings && all)
const
GUID IID_ICoreWebView2GetFaviconCompletedHandler;

Meta