Trait webview2_com_sys::Microsoft::Web::WebView2::Win32::ICoreWebView2EnvironmentOptions4_Impl
source · pub trait ICoreWebView2EnvironmentOptions4_Impl: Sized {
// Required methods
fn GetCustomSchemeRegistrations(
&self,
count: *mut u32,
schemeregistrations: *mut *mut Option<ICoreWebView2CustomSchemeRegistration>,
) -> Result<()>;
fn SetCustomSchemeRegistrations(
&self,
count: u32,
) -> Result<ICoreWebView2CustomSchemeRegistration>;
}
Required Methods§
fn GetCustomSchemeRegistrations( &self, count: *mut u32, schemeregistrations: *mut *mut Option<ICoreWebView2CustomSchemeRegistration>, ) -> Result<()>
fn SetCustomSchemeRegistrations( &self, count: u32, ) -> Result<ICoreWebView2CustomSchemeRegistration>
Object Safety§
This trait is not object safe.