Docs.rs
  • webview2-com-0.19.1
    • webview2-com 0.19.1
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • wravery
    • Dependencies
      • webview2-com-macros ^0.6.0 normal
      • webview2-com-sys ^0.19.0 normal
      • windows ^0.39.0 normal
      • windows-implement ^0.39.0 normal
      • regex ^1.5.4 dev
      • serde ^1.0 dev
      • serde_json ^1.0 dev
      • windows ^0.39.0 dev
    • Versions
    • 12.5% 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
  • Rust
    • About docs.rs
    • Privacy policy
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation
logo

logo

ICoreWebView2_12_Impl

Required Methods

  • StatusBarText
  • add_StatusBarTextChanged
  • remove_StatusBarTextChanged

Implementors

In webview2_com::Microsoft::Web::WebView2::Win32

logo
Change settings

Trait webview2_com::Microsoft::Web::WebView2::Win32::ICoreWebView2_12_Impl

source · [−]
pub trait ICoreWebView2_12_Impl: ICoreWebView2_Impl + ICoreWebView2_2_Impl + ICoreWebView2_3_Impl + ICoreWebView2_4_Impl + ICoreWebView2_5_Impl + ICoreWebView2_6_Impl + ICoreWebView2_7_Impl + ICoreWebView2_8_Impl + ICoreWebView2_9_Impl + ICoreWebView2_10_Impl + ICoreWebView2_11_Impl {
    fn add_StatusBarTextChanged(
        &self,
        eventhandler: &Option<ICoreWebView2StatusBarTextChangedEventHandler>,
        token: *mut EventRegistrationToken
    ) -> Result<(), Error>; fn remove_StatusBarTextChanged(
        &self,
        token: &EventRegistrationToken
    ) -> Result<(), Error>; fn StatusBarText(&self, value: *mut PWSTR) -> Result<(), Error>; }

Required Methods

source

fn add_StatusBarTextChanged(
    &self,
    eventhandler: &Option<ICoreWebView2StatusBarTextChangedEventHandler>,
    token: *mut EventRegistrationToken
) -> Result<(), Error>

source

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

source

fn StatusBarText(&self, value: *mut PWSTR) -> Result<(), Error>

Implementors