ICoreWebView2GetCookiesCompletedHandler

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

Members

Functions

Invoke
HRESULT Invoke(HRESULT result, ICoreWebView2CookieList cookieList)

Provides the completion status of the corresponding asynchronous method call.

Meta