Docs.rs
  • webview2-com-sys-0.26.0
    • webview2-com-sys 0.26.0
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • wravery
    • Dependencies
      • windows ^0.51.1 normal
      • windows-core ^0.51.1 normal
      • regex ^1.5.4 build
      • serde ^1.0 build
      • serde_json ^1.0 build
      • thiserror ^1.0.26 build
      • windows-bindgen ^0.51.1 build
    • Versions
    • 0.02% of the crate is documented
  • Go to latest version
  • Platform
    • aarch64-pc-windows-msvc
    • i686-pc-windows-gnu
    • i686-pc-windows-msvc
    • x86_64-pc-windows-gnu
    • x86_64-pc-windows-msvc
  • Feature flags
  • docs.rs
    • About docs.rs
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation
logo

logo

ICoreWebView2Frame3_Impl

Required Methods

  • add_PermissionRequested
  • remove_PermissionRequested

Implementors

In webview2_com_sys::Microsoft::Web::WebView2::Win32

?
Change settings

Trait webview2_com_sys::Microsoft::Web::WebView2::Win32::ICoreWebView2Frame3_Impl

source ·
pub trait ICoreWebView2Frame3_Impl: Sized + ICoreWebView2Frame2_Impl {
    // Required methods
    fn add_PermissionRequested(
        &self,
        handler: Option<&ICoreWebView2FramePermissionRequestedEventHandler>,
        token: *mut EventRegistrationToken
    ) -> Result<()>;
    fn remove_PermissionRequested(
        &self,
        token: &EventRegistrationToken
    ) -> Result<()>;
}

Required Methods§

source

fn add_PermissionRequested( &self, handler: Option<&ICoreWebView2FramePermissionRequestedEventHandler>, token: *mut EventRegistrationToken ) -> Result<()>

source

fn remove_PermissionRequested( &self, token: &EventRegistrationToken ) -> Result<()>

Implementors§