ICoreWebView2CookieList

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

Members

Functions

GetValueAtIndex
HRESULT GetValueAtIndex(UINT index, ICoreWebView2Cookie* cookie)

Gets the cookie object at the given index.

get_Count
HRESULT get_Count(UINT* count)

The number of cookies contained in the ICoreWebView2CookieList.

Meta