IID_ICoreWebView2Controller

The owner of the CoreWebView2 object that provides support for resizing, showing and hiding, focusing, and other functionality related to windowing and composition. The CoreWebView2Controller owns the CoreWebView2, and if all references to the CoreWebView2Controller go away, the WebView is closed.

version(Windows && inline_webview2_bindings && all)
const
GUID IID_ICoreWebView2Controller;
Suggestion Box / Bug Report