pub struct IOleInPlaceSiteWindowless(/* private fields */);Implementations§
Source§impl IOleInPlaceSiteWindowless
impl IOleInPlaceSiteWindowless
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
pub unsafe fn CanWindowlessActivate(&self) -> ErrorCode
pub unsafe fn GetCapture(&self) -> ErrorCode
pub unsafe fn SetCapture<'a, T0__: IntoParam<'a, BOOL>>( &self, fcapture: T0__, ) -> ErrorCode
pub unsafe fn GetFocus(&self) -> ErrorCode
pub unsafe fn SetFocus<'a, T0__: IntoParam<'a, BOOL>>( &self, ffocus: T0__, ) -> ErrorCode
pub unsafe fn GetDC( &self, prect: *mut RECT, grfflags: u32, phdc: *mut HDC, ) -> ErrorCode
pub unsafe fn ReleaseDC<'a, T0__: IntoParam<'a, HDC>>( &self, hdc: T0__, ) -> ErrorCode
pub unsafe fn InvalidateRect<'a, T1__: IntoParam<'a, BOOL>>( &self, prect: *mut RECT, ferase: T1__, ) -> ErrorCode
pub unsafe fn InvalidateRgn<'a, T0__: IntoParam<'a, HRGN>, T1__: IntoParam<'a, BOOL>>( &self, hrgn: T0__, ferase: T1__, ) -> ErrorCode
pub unsafe fn ScrollRect( &self, dx: i32, dy: i32, prectscroll: *mut RECT, prectclip: *mut RECT, ) -> ErrorCode
pub unsafe fn AdjustRect(&self, prc: *mut RECT) -> ErrorCode
pub unsafe fn OnDefWindowMessage<'a, T1__: IntoParam<'a, WPARAM>, T2__: IntoParam<'a, LPARAM>>( &self, msg: u32, wparam: T1__, lparam: T2__, plresult: *mut LRESULT, ) -> ErrorCode
Trait Implementations§
Source§impl Clone for IOleInPlaceSiteWindowless
impl Clone for IOleInPlaceSiteWindowless
Source§fn clone(&self) -> IOleInPlaceSiteWindowless
fn clone(&self) -> IOleInPlaceSiteWindowless
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 IOleInPlaceSiteWindowless
impl Debug for IOleInPlaceSiteWindowless
Source§impl From<&IOleInPlaceSiteWindowless> for IOleInPlaceSite
impl From<&IOleInPlaceSiteWindowless> for IOleInPlaceSite
Source§fn from(value: &IOleInPlaceSiteWindowless) -> Self
fn from(value: &IOleInPlaceSiteWindowless) -> 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<&IOleInPlaceSiteWindowless> for IOleWindow
impl From<&IOleInPlaceSiteWindowless> for IOleWindow
Source§fn from(value: &IOleInPlaceSiteWindowless) -> Self
fn from(value: &IOleInPlaceSiteWindowless) -> Self
Converts to this type from the input type.
Source§impl From<&IOleInPlaceSiteWindowless> for IUnknown
impl From<&IOleInPlaceSiteWindowless> for IUnknown
Source§fn from(value: &IOleInPlaceSiteWindowless) -> Self
fn from(value: &IOleInPlaceSiteWindowless) -> Self
Converts to this type from the input type.
Source§impl From<IOleInPlaceSiteWindowless> for IOleInPlaceSite
impl From<IOleInPlaceSiteWindowless> for IOleInPlaceSite
Source§fn from(value: IOleInPlaceSiteWindowless) -> Self
fn from(value: IOleInPlaceSiteWindowless) -> 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<IOleInPlaceSiteWindowless> for IOleWindow
impl From<IOleInPlaceSiteWindowless> for IOleWindow
Source§fn from(value: IOleInPlaceSiteWindowless) -> Self
fn from(value: IOleInPlaceSiteWindowless) -> Self
Converts to this type from the input type.
Source§impl From<IOleInPlaceSiteWindowless> for IUnknown
impl From<IOleInPlaceSiteWindowless> for IUnknown
Source§fn from(value: IOleInPlaceSiteWindowless) -> Self
fn from(value: IOleInPlaceSiteWindowless) -> Self
Converts to this type from the input type.
Source§impl Interface for IOleInPlaceSiteWindowless
impl Interface for IOleInPlaceSiteWindowless
const IID: Guid
type Vtable = IOleInPlaceSiteWindowless_abi
Source§impl<'a> IntoParam<'a, IOleInPlaceSite> for &'a IOleInPlaceSiteWindowless
impl<'a> IntoParam<'a, IOleInPlaceSite> for &'a IOleInPlaceSiteWindowless
fn into_param(self) -> Param<'a, IOleInPlaceSite>
Source§impl<'a> IntoParam<'a, IOleInPlaceSite> for IOleInPlaceSiteWindowless
impl<'a> IntoParam<'a, IOleInPlaceSite> for IOleInPlaceSiteWindowless
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 IOleInPlaceSiteWindowless
impl<'a> IntoParam<'a, IOleWindow> for &'a IOleInPlaceSiteWindowless
fn into_param(self) -> Param<'a, IOleWindow>
Source§impl<'a> IntoParam<'a, IOleWindow> for IOleInPlaceSiteWindowless
impl<'a> IntoParam<'a, IOleWindow> for IOleInPlaceSiteWindowless
fn into_param(self) -> Param<'a, IOleWindow>
Source§impl<'a> IntoParam<'a, IUnknown> for &'a IOleInPlaceSiteWindowless
impl<'a> IntoParam<'a, IUnknown> for &'a IOleInPlaceSiteWindowless
fn into_param(self) -> Param<'a, IUnknown>
Source§impl<'a> IntoParam<'a, IUnknown> for IOleInPlaceSiteWindowless
impl<'a> IntoParam<'a, IUnknown> for IOleInPlaceSiteWindowless
fn into_param(self) -> Param<'a, IUnknown>
impl Eq for IOleInPlaceSiteWindowless
impl StructuralPartialEq for IOleInPlaceSiteWindowless
Auto Trait Implementations§
impl Freeze for IOleInPlaceSiteWindowless
impl RefUnwindSafe for IOleInPlaceSiteWindowless
impl !Send for IOleInPlaceSiteWindowless
impl !Sync for IOleInPlaceSiteWindowless
impl Unpin for IOleInPlaceSiteWindowless
impl UnwindSafe for IOleInPlaceSiteWindowless
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