pub struct IOleInPlaceSiteEx(/* private fields */);Implementations§
Source§impl IOleInPlaceSiteEx
impl IOleInPlaceSiteEx
pub unsafe fn GetWindow(&self, phwnd: *mut HWND) -> ErrorCode
pub unsafe fn ContextSensitiveHelp<'a, T0__: IntoParam<'a, BOOL>>( &self, fentermode: T0__, ) -> ErrorCode
pub unsafe fn CanInPlaceActivate(&self) -> ErrorCode
pub unsafe fn OnInPlaceActivate(&self) -> ErrorCode
pub unsafe fn OnUIActivate(&self) -> ErrorCode
pub unsafe fn GetWindowContext( &self, ppframe: *mut Option<IOleInPlaceFrame>, ppdoc: *mut Option<IOleInPlaceUIWindow>, lprcposrect: *mut RECT, lprccliprect: *mut RECT, lpframeinfo: *mut OIFI, ) -> ErrorCode
pub unsafe fn Scroll<'a, T0__: IntoParam<'a, SIZE>>( &self, scrollextant: T0__, ) -> ErrorCode
pub unsafe fn OnUIDeactivate<'a, T0__: IntoParam<'a, BOOL>>( &self, fundoable: T0__, ) -> ErrorCode
pub unsafe fn OnInPlaceDeactivate(&self) -> ErrorCode
pub unsafe fn DiscardUndoState(&self) -> ErrorCode
pub unsafe fn DeactivateAndUndo(&self) -> ErrorCode
pub unsafe fn OnPosRectChange(&self, lprcposrect: *mut RECT) -> ErrorCode
pub unsafe fn OnInPlaceActivateEx( &self, pfnoredraw: *mut BOOL, dwflags: u32, ) -> ErrorCode
pub unsafe fn OnInPlaceDeactivateEx<'a, T0__: IntoParam<'a, BOOL>>( &self, fnoredraw: T0__, ) -> ErrorCode
pub unsafe fn RequestUIActivate(&self) -> ErrorCode
Trait Implementations§
Source§impl Clone for IOleInPlaceSiteEx
impl Clone for IOleInPlaceSiteEx
Source§fn clone(&self) -> IOleInPlaceSiteEx
fn clone(&self) -> IOleInPlaceSiteEx
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for IOleInPlaceSiteEx
impl Debug for IOleInPlaceSiteEx
Source§impl From<&IOleInPlaceSiteEx> for IOleInPlaceSite
impl From<&IOleInPlaceSiteEx> for IOleInPlaceSite
Source§fn from(value: &IOleInPlaceSiteEx) -> Self
fn from(value: &IOleInPlaceSiteEx) -> Self
Converts to this type from the input type.
Source§impl From<&IOleInPlaceSiteEx> for IOleWindow
impl From<&IOleInPlaceSiteEx> for IOleWindow
Source§fn from(value: &IOleInPlaceSiteEx) -> Self
fn from(value: &IOleInPlaceSiteEx) -> Self
Converts to this type from the input type.
Source§impl From<&IOleInPlaceSiteEx> for IUnknown
impl From<&IOleInPlaceSiteEx> for IUnknown
Source§fn from(value: &IOleInPlaceSiteEx) -> Self
fn from(value: &IOleInPlaceSiteEx) -> Self
Converts to this type from the input type.
Source§impl From<&IOleInPlaceSiteWindowless> for IOleInPlaceSiteEx
impl From<&IOleInPlaceSiteWindowless> for IOleInPlaceSiteEx
Source§fn from(value: &IOleInPlaceSiteWindowless) -> Self
fn from(value: &IOleInPlaceSiteWindowless) -> Self
Converts to this type from the input type.
Source§impl From<IOleInPlaceSiteEx> for IOleInPlaceSite
impl From<IOleInPlaceSiteEx> for IOleInPlaceSite
Source§fn from(value: IOleInPlaceSiteEx) -> Self
fn from(value: IOleInPlaceSiteEx) -> Self
Converts to this type from the input type.
Source§impl From<IOleInPlaceSiteEx> for IOleWindow
impl From<IOleInPlaceSiteEx> for IOleWindow
Source§fn from(value: IOleInPlaceSiteEx) -> Self
fn from(value: IOleInPlaceSiteEx) -> Self
Converts to this type from the input type.
Source§impl From<IOleInPlaceSiteEx> for IUnknown
impl From<IOleInPlaceSiteEx> for IUnknown
Source§fn from(value: IOleInPlaceSiteEx) -> Self
fn from(value: IOleInPlaceSiteEx) -> Self
Converts to this type from the input type.
Source§impl From<IOleInPlaceSiteWindowless> for IOleInPlaceSiteEx
impl From<IOleInPlaceSiteWindowless> for IOleInPlaceSiteEx
Source§fn from(value: IOleInPlaceSiteWindowless) -> Self
fn from(value: IOleInPlaceSiteWindowless) -> Self
Converts to this type from the input type.
Source§impl Interface for IOleInPlaceSiteEx
impl Interface for IOleInPlaceSiteEx
const IID: Guid
type Vtable = IOleInPlaceSiteEx_abi
Source§impl<'a> IntoParam<'a, IOleInPlaceSite> for &'a IOleInPlaceSiteEx
impl<'a> IntoParam<'a, IOleInPlaceSite> for &'a IOleInPlaceSiteEx
fn into_param(self) -> Param<'a, IOleInPlaceSite>
Source§impl<'a> IntoParam<'a, IOleInPlaceSite> for IOleInPlaceSiteEx
impl<'a> IntoParam<'a, IOleInPlaceSite> for IOleInPlaceSiteEx
fn into_param(self) -> Param<'a, IOleInPlaceSite>
Source§impl<'a> IntoParam<'a, IOleInPlaceSiteEx> for &'a IOleInPlaceSiteWindowless
impl<'a> IntoParam<'a, IOleInPlaceSiteEx> for &'a IOleInPlaceSiteWindowless
fn into_param(self) -> Param<'a, IOleInPlaceSiteEx>
Source§impl<'a> IntoParam<'a, IOleInPlaceSiteEx> for IOleInPlaceSiteWindowless
impl<'a> IntoParam<'a, IOleInPlaceSiteEx> for IOleInPlaceSiteWindowless
fn into_param(self) -> Param<'a, IOleInPlaceSiteEx>
Source§impl<'a> IntoParam<'a, IOleWindow> for &'a IOleInPlaceSiteEx
impl<'a> IntoParam<'a, IOleWindow> for &'a IOleInPlaceSiteEx
fn into_param(self) -> Param<'a, IOleWindow>
Source§impl<'a> IntoParam<'a, IOleWindow> for IOleInPlaceSiteEx
impl<'a> IntoParam<'a, IOleWindow> for IOleInPlaceSiteEx
fn into_param(self) -> Param<'a, IOleWindow>
Source§impl<'a> IntoParam<'a, IUnknown> for &'a IOleInPlaceSiteEx
impl<'a> IntoParam<'a, IUnknown> for &'a IOleInPlaceSiteEx
fn into_param(self) -> Param<'a, IUnknown>
Source§impl<'a> IntoParam<'a, IUnknown> for IOleInPlaceSiteEx
impl<'a> IntoParam<'a, IUnknown> for IOleInPlaceSiteEx
fn into_param(self) -> Param<'a, IUnknown>
Source§impl PartialEq for IOleInPlaceSiteEx
impl PartialEq for IOleInPlaceSiteEx
impl Eq for IOleInPlaceSiteEx
impl StructuralPartialEq for IOleInPlaceSiteEx
Auto Trait Implementations§
impl Freeze for IOleInPlaceSiteEx
impl RefUnwindSafe for IOleInPlaceSiteEx
impl !Send for IOleInPlaceSiteEx
impl !Sync for IOleInPlaceSiteEx
impl Unpin for IOleInPlaceSiteEx
impl UnwindSafe for IOleInPlaceSiteEx
Blanket Implementations§
Source§impl<T> Abi for Twhere
T: Interface,
impl<T> Abi for Twhere
T: Interface,
Source§fn set_abi(&mut self) -> *mut <T as Abi>::Abi
fn set_abi(&mut self) -> *mut <T as Abi>::Abi
Returns a pointer for setting the object’s value via an ABI call.
Source§unsafe fn from_abi(abi: <T as Abi>::Abi) -> Result<T, Error>
unsafe fn from_abi(abi: <T as Abi>::Abi) -> Result<T, Error>
Casts the ABI representation to a Rust object by taking ownership of the bits.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more