Function webview2_com_sys::Microsoft::Web::WebView2::Win32::CreateCoreWebView2EnvironmentWithOptions
source · pub unsafe fn CreateCoreWebView2EnvironmentWithOptions<P0, P1, P2, P3>(
browserexecutablefolder: P0,
userdatafolder: P1,
environmentoptions: P2,
environmentcreatedhandler: P3
) -> Result<()>where
P0: Into<InParam<PCWSTR>>,
P1: Into<InParam<PCWSTR>>,
P2: Into<InParam<ICoreWebView2EnvironmentOptions>>,
P3: Into<InParam<ICoreWebView2CreateCoreWebView2EnvironmentCompletedHandler>>,