[][src]Trait webview2_sys::ICoreWebView2ScriptDialogOpeningEventHandler

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

The caller implements this interface to receive the ScriptDialogOpening event.

Required methods

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

Called to provide the implementer with the event args for the corresponding event.

Loading content...

Trait Implementations

impl ComInterface for dyn ICoreWebView2ScriptDialogOpeningEventHandler[src]

type VTable = ICoreWebView2ScriptDialogOpeningEventHandlerVTable

A COM compatible V-Table

type Super = dyn IUnknown

The interface that this interface inherits from

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

Implementations on Foreign Types

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

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

Loading content...

Implementors

Loading content...