Struct webview2_com_sys::Microsoft::Web::WebView2::Win32::ICoreWebView2DownloadStartingEventArgs
source · #[repr(transparent)]pub struct ICoreWebView2DownloadStartingEventArgs(_);
Implementations§
source§impl ICoreWebView2DownloadStartingEventArgs
impl ICoreWebView2DownloadStartingEventArgs
pub unsafe fn DownloadOperation(&self) -> Result<ICoreWebView2DownloadOperation>
pub unsafe fn Cancel(&self, cancel: *mut BOOL) -> Result<()>
pub unsafe fn SetCancel<P0>(&self, cancel: P0) -> Result<()>where P0: Into<BOOL>,
pub unsafe fn ResultFilePath(&self, resultfilepath: *mut PWSTR) -> Result<()>
pub unsafe fn SetResultFilePath<P0>(&self, resultfilepath: P0) -> Result<()>where P0: Into<InParam<PCWSTR>>,
pub unsafe fn Handled(&self, handled: *mut BOOL) -> Result<()>
pub unsafe fn SetHandled<P0>(&self, handled: P0) -> Result<()>where P0: Into<BOOL>,
pub unsafe fn GetDeferral(&self) -> Result<ICoreWebView2Deferral>
Trait Implementations§
source§impl From<&ICoreWebView2DownloadStartingEventArgs> for &IUnknown
impl From<&ICoreWebView2DownloadStartingEventArgs> for &IUnknown
source§fn from(value: &ICoreWebView2DownloadStartingEventArgs) -> Self
fn from(value: &ICoreWebView2DownloadStartingEventArgs) -> Self
Converts to this type from the input type.
source§impl From<&ICoreWebView2DownloadStartingEventArgs> for IUnknown
impl From<&ICoreWebView2DownloadStartingEventArgs> for IUnknown
source§fn from(value: &ICoreWebView2DownloadStartingEventArgs) -> Self
fn from(value: &ICoreWebView2DownloadStartingEventArgs) -> Self
Converts to this type from the input type.
source§impl From<ICoreWebView2DownloadStartingEventArgs> for IUnknown
impl From<ICoreWebView2DownloadStartingEventArgs> for IUnknown
source§fn from(value: ICoreWebView2DownloadStartingEventArgs) -> Self
fn from(value: ICoreWebView2DownloadStartingEventArgs) -> Self
Converts to this type from the input type.
source§impl Interface for ICoreWebView2DownloadStartingEventArgs
impl Interface for ICoreWebView2DownloadStartingEventArgs
source§impl PartialEq<ICoreWebView2DownloadStartingEventArgs> for ICoreWebView2DownloadStartingEventArgs
impl PartialEq<ICoreWebView2DownloadStartingEventArgs> for ICoreWebView2DownloadStartingEventArgs
source§impl Vtable for ICoreWebView2DownloadStartingEventArgs
impl Vtable for ICoreWebView2DownloadStartingEventArgs
type Vtable = ICoreWebView2DownloadStartingEventArgs_Vtbl
source§fn as_raw(&self) -> *mut c_void
fn as_raw(&self) -> *mut c_void
Returns the raw COM interface pointer. The resulting pointer continues to be owned by the
Interface
implementation.source§fn into_raw(self) -> *mut c_void
fn into_raw(self) -> *mut c_void
Returns the raw COM interface pointer and releases ownership. It the caller’s responsibility to release the COM interface pointer.