pub trait ICoreWebView2Environment4: ICoreWebView2Environment3 {
// Required method
unsafe fn get_provider_for_hwnd(
&self,
hwnd: HWND,
provider: *mut *mut *mut IUnknownVTable,
) -> HRESULT;
}Expand description
A continuation of the ICoreWebView2Environment3 interface.
Required Methods§
Sourceunsafe fn get_provider_for_hwnd(
&self,
hwnd: HWND,
provider: *mut *mut *mut IUnknownVTable,
) -> HRESULT
unsafe fn get_provider_for_hwnd( &self, hwnd: HWND, provider: *mut *mut *mut IUnknownVTable, ) -> HRESULT
Returns the UI Automation Provider for the ICoreWebView2CompositionController that corresponds with the given HWND.
Trait Implementations§
Source§impl ComInterface for dyn ICoreWebView2Environment4
impl ComInterface for dyn ICoreWebView2Environment4
Source§type VTable = ICoreWebView2Environment4VTable
type VTable = ICoreWebView2Environment4VTable
A COM compatible V-Table
Source§type Super = dyn ICoreWebView2Environment3
type Super = dyn ICoreWebView2Environment3
The interface that this interface inherits from
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