Trait webview2_com_sys::Microsoft::Web::WebView2::Win32::ICoreWebView2ProcessInfoCollection_Impl
source · pub trait ICoreWebView2ProcessInfoCollection_Impl: Sized {
// Required methods
fn Count(&self, count: *mut u32) -> Result<()>;
fn GetValueAtIndex(&self, index: u32) -> Result<ICoreWebView2ProcessInfo>;
}
Required Methods§
fn Count(&self, count: *mut u32) -> Result<()>
fn GetValueAtIndex(&self, index: u32) -> Result<ICoreWebView2ProcessInfo>
Object Safety§
This trait is not object safe.