Trait windows::Win32::UI::Shell::CIE4ConnectionPoint_Impl
pub trait CIE4ConnectionPoint_Impl: Sized + IConnectionPoint_Impl {
// Required methods
fn DoInvokeIE4(
&self,
pf: *mut BOOL,
ppv: *mut *mut c_void,
dispid: i32,
pdispparams: *mut DISPPARAMS,
) -> Result<()>;
fn DoInvokePIDLIE4(
&self,
dispid: i32,
pidl: *mut ITEMIDLIST,
fcancancel: BOOL,
) -> Result<()>;
}
Required Methods§
fn DoInvokeIE4( &self, pf: *mut BOOL, ppv: *mut *mut c_void, dispid: i32, pdispparams: *mut DISPPARAMS, ) -> Result<()>
fn DoInvokePIDLIE4( &self, dispid: i32, pidl: *mut ITEMIDLIST, fcancancel: BOOL, ) -> Result<()>
Object Safety§
This trait is not object safe.