Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.42 KB

icorewebview2environment4.md

File metadata and controls

39 lines (26 loc) · 1.42 KB
description title ms.date keywords
A continuation of the ICoreWebView2Environment3 interface.
WebView2 Win32 C++ ICoreWebView2Environment4
02/09/2022
IWebView2, IWebView2WebView, webview2, webview, win32 apps, win32, edge, ICoreWebView2, ICoreWebView2Controller, browser control, edge html, ICoreWebView2Environment4

interface ICoreWebView2Environment4

[!INCLUDE deprecation-note]

interface ICoreWebView2Environment4
  : public ICoreWebView2Environment3

A continuation of the ICoreWebView2Environment3 interface.

Summary

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

Applies to

Product Introduced
WebView2 Win32 1.0.774.44
WebView2 Win32 Prerelease 1.0.824

Members

GetProviderForHwnd

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

public HRESULT GetProviderForHwnd(HWND hwnd, IUnknown ** provider)