pub struct IOleInPlaceFrame(/* private fields */);Implementations§
Source§impl IOleInPlaceFrame
impl IOleInPlaceFrame
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 GetBorder(&self, lprectborder: *mut RECT) -> ErrorCode
pub unsafe fn RequestBorderSpace(&self, pborderwidths: *mut RECT) -> ErrorCode
pub unsafe fn SetBorderSpace(&self, pborderwidths: *mut RECT) -> ErrorCode
pub unsafe fn SetActiveObject<'a, T0__: IntoParam<'a, IOleInPlaceActiveObject>, T1__: IntoParam<'a, PWSTR>>( &self, pactiveobject: T0__, pszobjname: T1__, ) -> ErrorCode
pub unsafe fn InsertMenus<'a, T0__: IntoParam<'a, HMENU>>( &self, hmenushared: T0__, lpmenuwidths: *mut OleMenuGroupWidths, ) -> ErrorCode
pub unsafe fn SetMenu<'a, T0__: IntoParam<'a, HMENU>, T2__: IntoParam<'a, HWND>>( &self, hmenushared: T0__, holemenu: isize, hwndactiveobject: T2__, ) -> ErrorCode
pub unsafe fn RemoveMenus<'a, T0__: IntoParam<'a, HMENU>>( &self, hmenushared: T0__, ) -> ErrorCode
pub unsafe fn SetStatusText<'a, T0__: IntoParam<'a, PWSTR>>( &self, pszstatustext: T0__, ) -> ErrorCode
pub unsafe fn EnableModeless<'a, T0__: IntoParam<'a, BOOL>>( &self, fenable: T0__, ) -> ErrorCode
pub unsafe fn TranslateAcceleratorA( &self, lpmsg: *mut MSG, wid: u16, ) -> ErrorCode
Trait Implementations§
Source§impl Clone for IOleInPlaceFrame
impl Clone for IOleInPlaceFrame
Source§fn clone(&self) -> IOleInPlaceFrame
fn clone(&self) -> IOleInPlaceFrame
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 IOleInPlaceFrame
impl Debug for IOleInPlaceFrame
Source§impl From<&IOleInPlaceFrame> for IOleInPlaceUIWindow
impl From<&IOleInPlaceFrame> for IOleInPlaceUIWindow
Source§fn from(value: &IOleInPlaceFrame) -> Self
fn from(value: &IOleInPlaceFrame) -> Self
Converts to this type from the input type.
Source§impl From<&IOleInPlaceFrame> for IOleWindow
impl From<&IOleInPlaceFrame> for IOleWindow
Source§fn from(value: &IOleInPlaceFrame) -> Self
fn from(value: &IOleInPlaceFrame) -> Self
Converts to this type from the input type.
Source§impl From<&IOleInPlaceFrame> for IUnknown
impl From<&IOleInPlaceFrame> for IUnknown
Source§fn from(value: &IOleInPlaceFrame) -> Self
fn from(value: &IOleInPlaceFrame) -> Self
Converts to this type from the input type.
Source§impl From<IOleInPlaceFrame> for IOleInPlaceUIWindow
impl From<IOleInPlaceFrame> for IOleInPlaceUIWindow
Source§fn from(value: IOleInPlaceFrame) -> Self
fn from(value: IOleInPlaceFrame) -> Self
Converts to this type from the input type.
Source§impl From<IOleInPlaceFrame> for IOleWindow
impl From<IOleInPlaceFrame> for IOleWindow
Source§fn from(value: IOleInPlaceFrame) -> Self
fn from(value: IOleInPlaceFrame) -> Self
Converts to this type from the input type.
Source§impl From<IOleInPlaceFrame> for IUnknown
impl From<IOleInPlaceFrame> for IUnknown
Source§fn from(value: IOleInPlaceFrame) -> Self
fn from(value: IOleInPlaceFrame) -> Self
Converts to this type from the input type.
Source§impl Interface for IOleInPlaceFrame
impl Interface for IOleInPlaceFrame
const IID: Guid
type Vtable = IOleInPlaceFrame_abi
Source§impl<'a> IntoParam<'a, IOleInPlaceUIWindow> for &'a IOleInPlaceFrame
impl<'a> IntoParam<'a, IOleInPlaceUIWindow> for &'a IOleInPlaceFrame
fn into_param(self) -> Param<'a, IOleInPlaceUIWindow>
Source§impl<'a> IntoParam<'a, IOleInPlaceUIWindow> for IOleInPlaceFrame
impl<'a> IntoParam<'a, IOleInPlaceUIWindow> for IOleInPlaceFrame
fn into_param(self) -> Param<'a, IOleInPlaceUIWindow>
Source§impl<'a> IntoParam<'a, IOleWindow> for &'a IOleInPlaceFrame
impl<'a> IntoParam<'a, IOleWindow> for &'a IOleInPlaceFrame
fn into_param(self) -> Param<'a, IOleWindow>
Source§impl<'a> IntoParam<'a, IOleWindow> for IOleInPlaceFrame
impl<'a> IntoParam<'a, IOleWindow> for IOleInPlaceFrame
fn into_param(self) -> Param<'a, IOleWindow>
Source§impl<'a> IntoParam<'a, IUnknown> for &'a IOleInPlaceFrame
impl<'a> IntoParam<'a, IUnknown> for &'a IOleInPlaceFrame
fn into_param(self) -> Param<'a, IUnknown>
Source§impl<'a> IntoParam<'a, IUnknown> for IOleInPlaceFrame
impl<'a> IntoParam<'a, IUnknown> for IOleInPlaceFrame
fn into_param(self) -> Param<'a, IUnknown>
Source§impl PartialEq for IOleInPlaceFrame
impl PartialEq for IOleInPlaceFrame
impl Eq for IOleInPlaceFrame
impl StructuralPartialEq for IOleInPlaceFrame
Auto Trait Implementations§
impl Freeze for IOleInPlaceFrame
impl RefUnwindSafe for IOleInPlaceFrame
impl !Send for IOleInPlaceFrame
impl !Sync for IOleInPlaceFrame
impl Unpin for IOleInPlaceFrame
impl UnwindSafe for IOleInPlaceFrame
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