Trait IReconcilableObject_Impl
pub trait IReconcilableObject_Impl: IUnknownImpl {
// Required methods
fn Reconcile(
&self,
pinitiator: Ref<'_, IReconcileInitiator>,
dwflags: u32,
hwndowner: HWND,
hwndprogressfeedback: HWND,
ulcinput: u32,
rgpmkotherinput: OutRef<'_, IMoniker>,
ploutindex: *mut i32,
pstgnewresidues: Ref<'_, IStorage>,
pvreserved: *const c_void,
) -> Result<()>;
fn GetProgressFeedbackMaxEstimate(&self) -> Result<u32>;
}
Required Methods§
fn Reconcile( &self, pinitiator: Ref<'_, IReconcileInitiator>, dwflags: u32, hwndowner: HWND, hwndprogressfeedback: HWND, ulcinput: u32, rgpmkotherinput: OutRef<'_, IMoniker>, ploutindex: *mut i32, pstgnewresidues: Ref<'_, IStorage>, pvreserved: *const c_void, ) -> Result<()>
fn GetProgressFeedbackMaxEstimate(&self) -> Result<u32>
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.