[][src]Trait webview2_sys::ICoreWebView2WindowCloseRequestedEventHandler

pub trait ICoreWebView2WindowCloseRequestedEventHandler: IUnknown {
    unsafe fn invoke(
        &self,
        sender: *mut *mut ICoreWebView2VTable,
        args: *mut *mut IUnknownVTable
    ) -> HRESULT; }

The caller implements this interface to receive NewWindowRequested events.

Required methods

unsafe fn invoke(
    &self,
    sender: *mut *mut ICoreWebView2VTable,
    args: *mut *mut IUnknownVTable
) -> HRESULT

Called to provide the implementer with the event args for the corresponding event. There are no event args and the args parameter will be null.

Loading content...

Trait Implementations

impl ComInterface for dyn ICoreWebView2WindowCloseRequestedEventHandler[src]

type VTable = ICoreWebView2WindowCloseRequestedEventHandlerVTable

A COM compatible V-Table

type Super = dyn IUnknown

The interface that this interface inherits from

impl<C: ICoreWebView2WindowCloseRequestedEventHandler> ProductionComInterface<C> for dyn ICoreWebView2WindowCloseRequestedEventHandler[src]

Implementations on Foreign Types

impl<T: ICoreWebView2WindowCloseRequestedEventHandler + ComInterface + ?Sized> ICoreWebView2WindowCloseRequestedEventHandler for ComRc<T>[src]

impl<T: ICoreWebView2WindowCloseRequestedEventHandler + ComInterface + ?Sized> ICoreWebView2WindowCloseRequestedEventHandler for ComPtr<T>[src]

Loading content...

Implementors

Loading content...