Trait windows::Win32::Web::InternetExplorer::ITargetNotify_Impl
pub trait ITargetNotify_Impl: Sized {
// Required methods
fn OnCreate(
&self,
punkdestination: Option<&IUnknown>,
cbcookie: u32,
) -> Result<()>;
fn OnReuse(&self, punkdestination: Option<&IUnknown>) -> Result<()>;
}
Required Methods§
fn OnCreate( &self, punkdestination: Option<&IUnknown>, cbcookie: u32, ) -> Result<()>
fn OnReuse(&self, punkdestination: Option<&IUnknown>) -> Result<()>
Object Safety§
This trait is not object safe.