pub trait ICoreWebView2GetCookiesCompletedHandler: IUnknown {
// Required method
unsafe fn invoke(
&self,
result: HRESULT,
cookie_list: *mut *mut ICoreWebView2CookieListVTable,
) -> HRESULT;
}Expand description
Receives the result of the GetCookies method. The result is written to
the cookie list provided in the GetCookies method call.
Required Methods§
Trait Implementations§
Source§impl ComInterface for dyn ICoreWebView2GetCookiesCompletedHandler
impl ComInterface for dyn ICoreWebView2GetCookiesCompletedHandler
Source§const IID: IID = IID_ICORE_WEB_VIEW2_GET_COOKIES_COMPLETED_HANDLER
const IID: IID = IID_ICORE_WEB_VIEW2_GET_COOKIES_COMPLETED_HANDLER
The associated id for this interface
Source§type VTable = ICoreWebView2GetCookiesCompletedHandlerVTable
type VTable = ICoreWebView2GetCookiesCompletedHandlerVTable
A COM compatible V-Table
Source§fn is_iid_in_inheritance_chain(riid: &GUID) -> bool
fn is_iid_in_inheritance_chain(riid: &GUID) -> bool
Check whether a given IID is in the inheritance hierarchy of this interface