ICoreWebView2Environment7

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

Members

Functions

get_UserDataFolder
HRESULT get_UserDataFolder(LPWSTR* value)

Returns the user data folder that all CoreWebView2's created from this environment are using. This could be either the value passed in by the developer when creating the environment object or the calculated one for default handling. It will always be an absolute path.

Inherited Members

From ICoreWebView2Environment6

CreatePrintSettings
HRESULT CreatePrintSettings(ICoreWebView2PrintSettings* printSettings)

Creates the ICoreWebView2PrintSettings used by the PrintToPdf method.

Meta