Trait IOleInPlaceSiteEx_Impl
pub trait IOleInPlaceSiteEx_Impl: IOleInPlaceSite_Impl {
// Required methods
fn OnInPlaceActivateEx(
&self,
pfnoredraw: *mut BOOL,
dwflags: u32,
) -> Result<()>;
fn OnInPlaceDeactivateEx(&self, fnoredraw: BOOL) -> Result<()>;
fn RequestUIActivate(&self) -> Result<()>;
}
Required Methods§
fn OnInPlaceActivateEx(&self, pfnoredraw: *mut BOOL, dwflags: u32) -> Result<()>
fn OnInPlaceDeactivateEx(&self, fnoredraw: BOOL) -> Result<()>
fn RequestUIActivate(&self) -> Result<()>
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.