ICoreWebView2Environment4

Undocumented in source.
version(Windows && inline_webview2_bindings && all)
interface ICoreWebView2Environment4 : ICoreWebView2Environment3 {
static const
GUID iid;
}

Members

Functions

GetAutomationProviderForWindow
HRESULT GetAutomationProviderForWindow(HWND hwnd, IUnknown* provider)

Returns the Automation Provider for the WebView that matches the provided window. Host apps are expected to implement IRawElementProviderHwndOverride. When GetOverrideProviderForHwnd is called, the app can pass the HWND to GetAutomationProviderForWindow to find the matching WebView Automation Provider.

Inherited Members

From ICoreWebView2Environment3

CreateCoreWebView2CompositionController
HRESULT CreateCoreWebView2CompositionController(HWND parentWindow, ICoreWebView2CreateCoreWebView2CompositionControllerCompletedHandler handler)

Asynchronously create a new WebView for use with visual hosting.

CreateCoreWebView2PointerInfo
HRESULT CreateCoreWebView2PointerInfo(ICoreWebView2PointerInfo* pointerInfo)

Create an empty ICoreWebView2PointerInfo. The returned ICoreWebView2PointerInfo needs to be populated with all of the relevant info before calling SendPointerInput.

Meta