[][src]Trait webview2_sys::ICoreWebView2ContainsFullScreenElementChangedEventHandler

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

The caller implements this method to receive the ContainsFullScreenElementChanged events. There are no event args for this event.

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 ICoreWebView2ContainsFullScreenElementChangedEventHandler[src]

type VTable = ICoreWebView2ContainsFullScreenElementChangedEventHandlerVTable

A COM compatible V-Table

type Super = dyn IUnknown

The interface that this interface inherits from

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

Implementations on Foreign Types

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

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

Loading content...

Implementors

Loading content...