Struct ITextRange_Vtbl
#[repr(C)]pub struct ITextRange_Vtbl {Show 52 fields
pub base__: IDispatch_Vtbl,
pub GetText: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetText: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub GetChar: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SetChar: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub GetDuplicate: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetFormattedText: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetFormattedText: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub GetStart: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SetStart: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub GetEnd: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SetEnd: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub GetFont: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetFont: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub GetPara: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetPara: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub GetStoryLength: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub GetStoryType: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub Collapse: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub Expand: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut i32) -> HRESULT,
pub GetIndex: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut i32) -> HRESULT,
pub SetIndex: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32, _: i32) -> HRESULT,
pub SetRange: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32) -> HRESULT,
pub InRange: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i32) -> HRESULT,
pub InStory: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i32) -> HRESULT,
pub IsEqual: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i32) -> HRESULT,
pub Select: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub StartOf: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32, _: *mut i32) -> HRESULT,
pub EndOf: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32, _: *mut i32) -> HRESULT,
pub Move: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32, _: *mut i32) -> HRESULT,
pub MoveStart: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32, _: *mut i32) -> HRESULT,
pub MoveEnd: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32, _: *mut i32) -> HRESULT,
pub MoveWhile: unsafe extern "system" fn(_: *mut c_void, _: *const VARIANT, _: i32, _: *mut i32) -> HRESULT,
pub MoveStartWhile: unsafe extern "system" fn(_: *mut c_void, _: *const VARIANT, _: i32, _: *mut i32) -> HRESULT,
pub MoveEndWhile: unsafe extern "system" fn(_: *mut c_void, _: *const VARIANT, _: i32, _: *mut i32) -> HRESULT,
pub MoveUntil: unsafe extern "system" fn(_: *mut c_void, _: *const VARIANT, _: i32, _: *mut i32) -> HRESULT,
pub MoveStartUntil: unsafe extern "system" fn(_: *mut c_void, _: *const VARIANT, _: i32, _: *mut i32) -> HRESULT,
pub MoveEndUntil: unsafe extern "system" fn(_: *mut c_void, _: *const VARIANT, _: i32, _: *mut i32) -> HRESULT,
pub FindText: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: i32, _: tomConstants, _: *mut i32) -> HRESULT,
pub FindTextStart: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: i32, _: tomConstants, _: *mut i32) -> HRESULT,
pub FindTextEnd: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: i32, _: tomConstants, _: *mut i32) -> HRESULT,
pub Delete: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32, _: *mut i32) -> HRESULT,
pub Cut: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT) -> HRESULT,
pub Copy: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT) -> HRESULT,
pub Paste: unsafe extern "system" fn(_: *mut c_void, _: *const VARIANT, _: i32) -> HRESULT,
pub CanPaste: unsafe extern "system" fn(_: *mut c_void, _: *const VARIANT, _: i32, _: *mut i32) -> HRESULT,
pub CanEdit: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub ChangeCase: unsafe extern "system" fn(_: *mut c_void, _: tomConstants) -> HRESULT,
pub GetPoint: unsafe extern "system" fn(_: *mut c_void, _: tomConstants, _: *mut i32, _: *mut i32) -> HRESULT,
pub SetPoint: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32, _: tomConstants, _: i32) -> HRESULT,
pub ScrollIntoView: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub GetEmbeddedObject: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}Fields§
§base__: IDispatch_Vtbl§GetText: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetText: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§GetChar: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT§SetChar: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT§GetDuplicate: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§GetFormattedText: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetFormattedText: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§GetStart: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT§SetStart: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT§GetEnd: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT§SetEnd: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT§GetFont: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetFont: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§GetPara: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetPara: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§GetStoryLength: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT§GetStoryType: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT§Collapse: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT§Expand: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut i32) -> HRESULT§GetIndex: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut i32) -> HRESULT§SetIndex: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32, _: i32) -> HRESULT§SetRange: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32) -> HRESULT§InRange: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i32) -> HRESULT§InStory: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i32) -> HRESULT§IsEqual: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i32) -> HRESULT§Select: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§StartOf: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32, _: *mut i32) -> HRESULT§EndOf: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32, _: *mut i32) -> HRESULT§Move: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32, _: *mut i32) -> HRESULT§MoveStart: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32, _: *mut i32) -> HRESULT§MoveEnd: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32, _: *mut i32) -> HRESULT§MoveWhile: unsafe extern "system" fn(_: *mut c_void, _: *const VARIANT, _: i32, _: *mut i32) -> HRESULT§MoveStartWhile: unsafe extern "system" fn(_: *mut c_void, _: *const VARIANT, _: i32, _: *mut i32) -> HRESULT§MoveEndWhile: unsafe extern "system" fn(_: *mut c_void, _: *const VARIANT, _: i32, _: *mut i32) -> HRESULT§MoveUntil: unsafe extern "system" fn(_: *mut c_void, _: *const VARIANT, _: i32, _: *mut i32) -> HRESULT§MoveStartUntil: unsafe extern "system" fn(_: *mut c_void, _: *const VARIANT, _: i32, _: *mut i32) -> HRESULT§MoveEndUntil: unsafe extern "system" fn(_: *mut c_void, _: *const VARIANT, _: i32, _: *mut i32) -> HRESULT§FindText: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: i32, _: tomConstants, _: *mut i32) -> HRESULT§FindTextStart: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: i32, _: tomConstants, _: *mut i32) -> HRESULT§FindTextEnd: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: i32, _: tomConstants, _: *mut i32) -> HRESULT§Delete: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32, _: *mut i32) -> HRESULT§Cut: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT) -> HRESULT§Copy: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT) -> HRESULT§Paste: unsafe extern "system" fn(_: *mut c_void, _: *const VARIANT, _: i32) -> HRESULT§CanPaste: unsafe extern "system" fn(_: *mut c_void, _: *const VARIANT, _: i32, _: *mut i32) -> HRESULT§CanEdit: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT§ChangeCase: unsafe extern "system" fn(_: *mut c_void, _: tomConstants) -> HRESULT§GetPoint: unsafe extern "system" fn(_: *mut c_void, _: tomConstants, _: *mut i32, _: *mut i32) -> HRESULT§SetPoint: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32, _: tomConstants, _: i32) -> HRESULT§ScrollIntoView: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT§GetEmbeddedObject: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULTImplementations§
§impl ITextRange_Vtbl
impl ITextRange_Vtbl
pub const fn new<Identity: ITextRange_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ITextRange_Vtbl
impl RefUnwindSafe for ITextRange_Vtbl
impl Send for ITextRange_Vtbl
impl Sync for ITextRange_Vtbl
impl Unpin for ITextRange_Vtbl
impl UnwindSafe for ITextRange_Vtbl
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