Trait webview2_sys::ICoreWebView2EnvironmentInterop[][src]

pub trait ICoreWebView2EnvironmentInterop: IUnknown {
    unsafe fn get_provider_for_hwnd(
        &self,
        hwnd: HWND,
        provider: *mut *mut *mut IUnknownVTable
    ) -> HRESULT; }

Required methods

unsafe fn get_provider_for_hwnd(
    &self,
    hwnd: HWND,
    provider: *mut *mut *mut IUnknownVTable
) -> HRESULT
[src]

Returns the UI Automation Provider for the ICoreWebView2CompositionController that corresponds with the given HWND.

Loading content...

Trait Implementations

impl ComInterface for dyn ICoreWebView2EnvironmentInterop[src]

type VTable = ICoreWebView2EnvironmentInteropVTable

A COM compatible V-Table

type Super = dyn IUnknown

The interface that this interface inherits from

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

Implementations on Foreign Types

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

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

Loading content...

Implementors

Loading content...