interface ICoreWebView2ExperimentalGetCookiesCompletedHandler

Note

This reference is no longer being maintained. For the latest API reference, see WebView2 API Reference.

Note

This an experimental API that is shipped with our prerelease SDK. See WebView2 release notes.

interface ICoreWebView2ExperimentalGetCookiesCompletedHandler
  : public IUnknown

The caller implements this method to receive the result of the GetCookies method.

Summary

Members Descriptions
Invoke Called to provide the implementer with the completion status of the corresponding asynchronous method call.

The result is written to the cookie list provided in the GetCookies method call.

Members

Invoke

Called to provide the implementer with the completion status of the corresponding asynchronous method call.

public HRESULT Invoke(HRESULT result, ICoreWebView2ExperimentalCookieList * cookieList)