pub struct ITextServices2(/* private fields */);
Implementations§
§impl ITextServices2
impl ITextServices2
pub unsafe fn TxGetNaturalSize2<P0, P1>( &self, dwaspect: u32, hdcdraw: P0, hictargetdev: P1, ptd: *mut DVTARGETDEVICE, dwmode: u32, psizelextent: *const SIZE, pwidth: *mut i32, pheight: *mut i32, pascent: *mut i32, ) -> Result<()>
pub unsafe fn TxDrawD2D<P0>(
&self,
prendertarget: P0,
lprcbounds: *mut RECTL,
lprcupdate: *mut RECT,
lviewid: i32,
) -> Result<()>where
P0: Param<ID2D1RenderTarget>,
Methods from Deref<Target = ITextServices>§
pub unsafe fn TxSendMessage<P0, P1>( &self, msg: u32, wparam: P0, lparam: P1, plresult: *mut LRESULT, ) -> Result<()>
pub unsafe fn TxDraw<P0, P1>( &self, dwdrawaspect: DVASPECT, lindex: i32, pvaspect: *mut c_void, ptd: *mut DVTARGETDEVICE, hdcdraw: P0, hictargetdev: P1, lprcbounds: *mut RECTL, lprcwbounds: *mut RECTL, lprcupdate: *mut RECT, pfncontinue: isize, dwcontinue: u32, lviewid: i32, ) -> Result<()>
pub unsafe fn TxGetHScroll( &self, plmin: *mut i32, plmax: *mut i32, plpos: *mut i32, plpage: *mut i32, pfenabled: *mut BOOL, ) -> Result<()>
pub unsafe fn TxGetVScroll( &self, plmin: *mut i32, plmax: *mut i32, plpos: *mut i32, plpage: *mut i32, pfenabled: *mut BOOL, ) -> Result<()>
pub unsafe fn OnTxSetCursor<P0, P1>( &self, dwdrawaspect: DVASPECT, lindex: i32, pvaspect: *mut c_void, ptd: *mut DVTARGETDEVICE, hdcdraw: P0, hictargetdev: P1, lprcclient: *mut RECT, x: i32, y: i32, ) -> Result<()>
pub unsafe fn TxQueryHitPoint<P0, P1>( &self, dwdrawaspect: DVASPECT, lindex: i32, pvaspect: *mut c_void, ptd: *mut DVTARGETDEVICE, hdcdraw: P0, hictargetdev: P1, lprcclient: *mut RECT, x: i32, y: i32, phitresult: *mut u32, ) -> Result<()>
pub unsafe fn OnTxInPlaceActivate(&self, prcclient: *mut RECT) -> Result<()>
pub unsafe fn OnTxInPlaceDeactivate(&self) -> Result<()>
pub unsafe fn OnTxUIActivate(&self) -> Result<()>
pub unsafe fn OnTxUIDeactivate(&self) -> Result<()>
pub unsafe fn TxGetText(&self, pbstrtext: *mut BSTR) -> Result<()>
pub unsafe fn TxSetText<P0>(&self, psztext: P0) -> Result<()>where
P0: Param<PCWSTR>,
pub unsafe fn TxGetCurTargetX(&self, param0: *mut i32) -> Result<()>
pub unsafe fn TxGetBaseLinePos(&self, param0: *mut i32) -> Result<()>
pub unsafe fn TxGetNaturalSize<P0, P1>( &self, dwaspect: u32, hdcdraw: P0, hictargetdev: P1, ptd: *mut DVTARGETDEVICE, dwmode: u32, psizelextent: *const SIZE, pwidth: *mut i32, pheight: *mut i32, ) -> Result<()>
pub unsafe fn TxGetDropTarget(&self) -> Result<IDropTarget>
pub unsafe fn OnTxPropertyBitsChange( &self, dwmask: u32, dwbits: u32, ) -> Result<()>
pub unsafe fn TxGetCachedSize( &self, pdwwidth: *mut u32, pdwheight: *mut u32, ) -> Result<()>
Trait Implementations§
§impl CanInto<ITextServices> for ITextServices2
impl CanInto<ITextServices> for ITextServices2
§impl CanInto<IUnknown> for ITextServices2
impl CanInto<IUnknown> for ITextServices2
§impl Clone for ITextServices2
impl Clone for ITextServices2
§fn clone(&self) -> ITextServices2
fn clone(&self) -> ITextServices2
Returns a copy 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 more§impl Debug for ITextServices2
impl Debug for ITextServices2
§impl Deref for ITextServices2
impl Deref for ITextServices2
§impl From<&ITextServices2> for &ITextServices
impl From<&ITextServices2> for &ITextServices
§fn from(value: &ITextServices2) -> Self
fn from(value: &ITextServices2) -> Self
Converts to this type from the input type.
§impl From<&ITextServices2> for &IUnknown
impl From<&ITextServices2> for &IUnknown
§fn from(value: &ITextServices2) -> Self
fn from(value: &ITextServices2) -> Self
Converts to this type from the input type.
§impl From<ITextServices2> for ITextServices
impl From<ITextServices2> for ITextServices
§fn from(value: ITextServices2) -> Self
fn from(value: ITextServices2) -> Self
Converts to this type from the input type.
§impl From<ITextServices2> for IUnknown
impl From<ITextServices2> for IUnknown
§fn from(value: ITextServices2) -> Self
fn from(value: ITextServices2) -> Self
Converts to this type from the input type.
§impl Interface for ITextServices2
impl Interface for ITextServices2
§fn as_raw(&self) -> *mut c_void
fn as_raw(&self) -> *mut c_void
Returns the raw COM interface pointer. The resulting pointer continues to be owned by the
Interface
implementation.§fn into_raw(self) -> *mut c_void
fn into_raw(self) -> *mut c_void
Returns the raw COM interface pointer and releases ownership. It the caller’s responsibility to release the COM interface pointer.
§fn cast<T>(&self) -> Result<T, Error>where
T: Interface,
fn cast<T>(&self) -> Result<T, Error>where
T: Interface,
Attempts to cast the current interface to another interface using
QueryInterface
. Read more§fn cast_to_any<T>(&self) -> Result<&(dyn Any + 'static), Error>where
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
fn cast_to_any<T>(&self) -> Result<&(dyn Any + 'static), Error>where
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
This casts the given COM interface to [
&dyn Any
]. Read more§fn is_object<T>(&self) -> boolwhere
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
fn is_object<T>(&self) -> boolwhere
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
§fn cast_object_ref<T>(&self) -> Result<&<T as ComObjectInner>::Outer, Error>where
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
fn cast_object_ref<T>(&self) -> Result<&<T as ComObjectInner>::Outer, Error>where
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
This casts the given COM interface to [
&dyn Any
]. It returns a reference to the “outer”
object, e.g. &MyApp_Impl
, not the inner &MyApp
object. Read more§fn cast_object<T>(&self) -> Result<ComObject<T>, Error>where
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
fn cast_object<T>(&self) -> Result<ComObject<T>, Error>where
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
This casts the given COM interface to [
&dyn Any
]. It returns a reference to the “outer”
object, e.g. MyApp_Impl
, not the inner MyApp
object. Read more§fn downgrade(&self) -> Result<Weak<Self>, Error>
fn downgrade(&self) -> Result<Weak<Self>, Error>
Attempts to create a [
Weak
] reference to this object.§impl PartialEq for ITextServices2
impl PartialEq for ITextServices2
§fn eq(&self, other: &ITextServices2) -> bool
fn eq(&self, other: &ITextServices2) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for ITextServices2
impl StructuralPartialEq for ITextServices2
Auto Trait Implementations§
impl Freeze for ITextServices2
impl RefUnwindSafe for ITextServices2
impl !Send for ITextServices2
impl !Sync for ITextServices2
impl Unpin for ITextServices2
impl UnwindSafe for ITextServices2
Blanket Implementations§
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)