Struct windows::Win32::UI::Controls::RichEdit::ITextServices_Vtbl

#[repr(C)]
pub struct ITextServices_Vtbl {
Show 19 fields pub base__: IUnknown_Vtbl, pub TxSendMessage: unsafe extern "system" fn(_: *mut c_void, _: u32, _: WPARAM, _: LPARAM, _: *mut LRESULT) -> HRESULT, pub TxDraw: unsafe extern "system" fn(_: *mut c_void, _: DVASPECT, _: i32, _: *mut c_void, _: *mut DVTARGETDEVICE, _: HDC, _: HDC, _: *mut RECTL, _: *mut RECTL, _: *mut RECT, _: isize, _: u32, _: i32) -> HRESULT, pub TxGetHScroll: unsafe extern "system" fn(_: *mut c_void, _: *mut i32, _: *mut i32, _: *mut i32, _: *mut i32, _: *mut BOOL) -> HRESULT, pub TxGetVScroll: unsafe extern "system" fn(_: *mut c_void, _: *mut i32, _: *mut i32, _: *mut i32, _: *mut i32, _: *mut BOOL) -> HRESULT, pub OnTxSetCursor: unsafe extern "system" fn(_: *mut c_void, _: DVASPECT, _: i32, _: *mut c_void, _: *mut DVTARGETDEVICE, _: HDC, _: HDC, _: *mut RECT, _: i32, _: i32) -> HRESULT, pub TxQueryHitPoint: unsafe extern "system" fn(_: *mut c_void, _: DVASPECT, _: i32, _: *mut c_void, _: *mut DVTARGETDEVICE, _: HDC, _: HDC, _: *mut RECT, _: i32, _: i32, _: *mut u32) -> HRESULT, pub OnTxInPlaceActivate: unsafe extern "system" fn(_: *mut c_void, _: *mut RECT) -> HRESULT, pub OnTxInPlaceDeactivate: unsafe extern "system" fn(_: *mut c_void) -> HRESULT, pub OnTxUIActivate: unsafe extern "system" fn(_: *mut c_void) -> HRESULT, pub OnTxUIDeactivate: unsafe extern "system" fn(_: *mut c_void) -> HRESULT, pub TxGetText: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT, pub TxSetText: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT, pub TxGetCurTargetX: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT, pub TxGetBaseLinePos: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT, pub TxGetNaturalSize: unsafe extern "system" fn(_: *mut c_void, _: u32, _: HDC, _: HDC, _: *mut DVTARGETDEVICE, _: u32, _: *const SIZE, _: *mut i32, _: *mut i32) -> HRESULT, pub TxGetDropTarget: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT, pub OnTxPropertyBitsChange: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32) -> HRESULT, pub TxGetCachedSize: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: *mut u32) -> HRESULT,
}

Fields§

§base__: IUnknown_Vtbl§TxSendMessage: unsafe extern "system" fn(_: *mut c_void, _: u32, _: WPARAM, _: LPARAM, _: *mut LRESULT) -> HRESULT§TxDraw: unsafe extern "system" fn(_: *mut c_void, _: DVASPECT, _: i32, _: *mut c_void, _: *mut DVTARGETDEVICE, _: HDC, _: HDC, _: *mut RECTL, _: *mut RECTL, _: *mut RECT, _: isize, _: u32, _: i32) -> HRESULT§TxGetHScroll: unsafe extern "system" fn(_: *mut c_void, _: *mut i32, _: *mut i32, _: *mut i32, _: *mut i32, _: *mut BOOL) -> HRESULT§TxGetVScroll: unsafe extern "system" fn(_: *mut c_void, _: *mut i32, _: *mut i32, _: *mut i32, _: *mut i32, _: *mut BOOL) -> HRESULT§OnTxSetCursor: unsafe extern "system" fn(_: *mut c_void, _: DVASPECT, _: i32, _: *mut c_void, _: *mut DVTARGETDEVICE, _: HDC, _: HDC, _: *mut RECT, _: i32, _: i32) -> HRESULT§TxQueryHitPoint: unsafe extern "system" fn(_: *mut c_void, _: DVASPECT, _: i32, _: *mut c_void, _: *mut DVTARGETDEVICE, _: HDC, _: HDC, _: *mut RECT, _: i32, _: i32, _: *mut u32) -> HRESULT§OnTxInPlaceActivate: unsafe extern "system" fn(_: *mut c_void, _: *mut RECT) -> HRESULT§OnTxInPlaceDeactivate: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§OnTxUIActivate: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§OnTxUIDeactivate: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§TxGetText: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT§TxSetText: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT§TxGetCurTargetX: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT§TxGetBaseLinePos: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT§TxGetNaturalSize: unsafe extern "system" fn(_: *mut c_void, _: u32, _: HDC, _: HDC, _: *mut DVTARGETDEVICE, _: u32, _: *const SIZE, _: *mut i32, _: *mut i32) -> HRESULT§TxGetDropTarget: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§OnTxPropertyBitsChange: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32) -> HRESULT§TxGetCachedSize: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: *mut u32) -> HRESULT

Implementations§

§

impl ITextServices_Vtbl

pub const fn new<Identity: IUnknownImpl<Impl = Impl>, Impl: ITextServices_Impl, const OFFSET: isize>( ) -> ITextServices_Vtbl

pub fn matches(iid: &GUID) -> bool

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.