ICoreWebView2EnvironmentOptions3

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

Members

Functions

get_IsCustomCrashReportingEnabled
HRESULT get_IsCustomCrashReportingEnabled(BOOL* value)

When IsCustomCrashReportingEnabled is set to TRUE, Windows won't send crash data to Microsoft endpoint. IsCustomCrashReportingEnabled is default to be FALSE, in this case, WebView will respect OS consent.

put_IsCustomCrashReportingEnabled
HRESULT put_IsCustomCrashReportingEnabled(BOOL value)

Sets the IsCustomCrashReportingEnabled property.

Meta