Struct ITextRangeProvider_Vtbl
#[repr(C)]pub struct ITextRangeProvider_Vtbl {Show 19 fields
pub base__: IUnknown_Vtbl,
pub Clone: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Compare: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut BOOL) -> HRESULT,
pub CompareEndpoints: unsafe extern "system" fn(_: *mut c_void, _: TextPatternRangeEndpoint, _: *mut c_void, _: TextPatternRangeEndpoint, _: *mut i32) -> HRESULT,
pub ExpandToEnclosingUnit: unsafe extern "system" fn(_: *mut c_void, _: TextUnit) -> HRESULT,
pub FindAttribute: unsafe extern "system" fn(_: *mut c_void, _: UIA_TEXTATTRIBUTE_ID, _: VARIANT, _: BOOL, _: *mut *mut c_void) -> HRESULT,
pub FindText: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: BOOL, _: BOOL, _: *mut *mut c_void) -> HRESULT,
pub GetAttributeValue: unsafe extern "system" fn(_: *mut c_void, _: UIA_TEXTATTRIBUTE_ID, _: *mut VARIANT) -> HRESULT,
pub GetBoundingRectangles: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut SAFEARRAY) -> HRESULT,
pub GetEnclosingElement: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetText: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut *mut c_void) -> HRESULT,
pub Move: unsafe extern "system" fn(_: *mut c_void, _: TextUnit, _: i32, _: *mut i32) -> HRESULT,
pub MoveEndpointByUnit: unsafe extern "system" fn(_: *mut c_void, _: TextPatternRangeEndpoint, _: TextUnit, _: i32, _: *mut i32) -> HRESULT,
pub MoveEndpointByRange: unsafe extern "system" fn(_: *mut c_void, _: TextPatternRangeEndpoint, _: *mut c_void, _: TextPatternRangeEndpoint) -> HRESULT,
pub Select: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub AddToSelection: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub RemoveFromSelection: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub ScrollIntoView: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT,
pub GetChildren: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut SAFEARRAY) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§Clone: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Compare: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut BOOL) -> HRESULT
§CompareEndpoints: unsafe extern "system" fn(_: *mut c_void, _: TextPatternRangeEndpoint, _: *mut c_void, _: TextPatternRangeEndpoint, _: *mut i32) -> HRESULT
§ExpandToEnclosingUnit: unsafe extern "system" fn(_: *mut c_void, _: TextUnit) -> HRESULT
§FindAttribute: unsafe extern "system" fn(_: *mut c_void, _: UIA_TEXTATTRIBUTE_ID, _: VARIANT, _: BOOL, _: *mut *mut c_void) -> HRESULT
§FindText: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: BOOL, _: BOOL, _: *mut *mut c_void) -> HRESULT
§GetAttributeValue: unsafe extern "system" fn(_: *mut c_void, _: UIA_TEXTATTRIBUTE_ID, _: *mut VARIANT) -> HRESULT
§GetBoundingRectangles: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut SAFEARRAY) -> HRESULT
§GetEnclosingElement: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetText: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut *mut c_void) -> HRESULT
§Move: unsafe extern "system" fn(_: *mut c_void, _: TextUnit, _: i32, _: *mut i32) -> HRESULT
§MoveEndpointByUnit: unsafe extern "system" fn(_: *mut c_void, _: TextPatternRangeEndpoint, _: TextUnit, _: i32, _: *mut i32) -> HRESULT
§MoveEndpointByRange: unsafe extern "system" fn(_: *mut c_void, _: TextPatternRangeEndpoint, _: *mut c_void, _: TextPatternRangeEndpoint) -> HRESULT
§Select: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§AddToSelection: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§RemoveFromSelection: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§ScrollIntoView: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT
§GetChildren: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut SAFEARRAY) -> HRESULT
Implementations§
§impl ITextRangeProvider_Vtbl
impl ITextRangeProvider_Vtbl
pub const fn new<Identity: ITextRangeProvider_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ITextRangeProvider_Vtbl
impl RefUnwindSafe for ITextRangeProvider_Vtbl
impl Send for ITextRangeProvider_Vtbl
impl Sync for ITextRangeProvider_Vtbl
impl Unpin for ITextRangeProvider_Vtbl
impl UnwindSafe for ITextRangeProvider_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