#[repr(C)]pub struct ITextDocument2Old_Vtbl {Show 25 fields
pub base__: ITextDocument_Vtbl,
pub AttachMsgFilter: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub SetEffectColor: unsafe extern "system" fn(_: *mut c_void, _: i32, _: COLORREF) -> HRESULT,
pub GetEffectColor: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut COLORREF) -> HRESULT,
pub GetCaretType: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SetCaretType: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub GetImmContext: unsafe extern "system" fn(_: *mut c_void, _: *mut i64) -> HRESULT,
pub ReleaseImmContext: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT,
pub GetPreferredFont: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32, _: i32, _: i32, _: i32, _: *mut MaybeUninit<BSTR>, _: *mut i32, _: *mut i32) -> HRESULT,
pub GetNotificationMode: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SetNotificationMode: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub GetClientRect: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut i32, _: *mut i32, _: *mut i32, _: *mut i32) -> HRESULT,
pub GetSelection2: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetWindow: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub GetFEFlags: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub UpdateWindow: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub CheckTextLimit: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *const i32) -> HRESULT,
pub IMEInProgress: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub SysBeep: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub Update: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub Notify: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub GetDocumentFont: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetDocumentPara: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetCallManager: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub ReleaseCallManager: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
}
Fields§
§base__: ITextDocument_Vtbl
§AttachMsgFilter: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§SetEffectColor: unsafe extern "system" fn(_: *mut c_void, _: i32, _: COLORREF) -> HRESULT
§GetEffectColor: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut COLORREF) -> HRESULT
§GetCaretType: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§SetCaretType: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
§GetImmContext: unsafe extern "system" fn(_: *mut c_void, _: *mut i64) -> HRESULT
§ReleaseImmContext: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT
§GetPreferredFont: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32, _: i32, _: i32, _: i32, _: *mut MaybeUninit<BSTR>, _: *mut i32, _: *mut i32) -> HRESULT
§GetNotificationMode: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§SetNotificationMode: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
§GetClientRect: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut i32, _: *mut i32, _: *mut i32, _: *mut i32) -> HRESULT
§GetSelection2: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetWindow: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§GetFEFlags: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§UpdateWindow: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§CheckTextLimit: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *const i32) -> HRESULT
§IMEInProgress: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
§SysBeep: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§Update: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
§Notify: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
§GetDocumentFont: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetDocumentPara: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetCallManager: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§ReleaseCallManager: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
Implementations§
§impl ITextDocument2Old_Vtbl
impl ITextDocument2Old_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ITextDocument2Old_Vtblwhere
Identity: ITextDocument2Old_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ITextDocument2Old_Vtbl
impl RefUnwindSafe for ITextDocument2Old_Vtbl
impl Send for ITextDocument2Old_Vtbl
impl Sync for ITextDocument2Old_Vtbl
impl Unpin for ITextDocument2Old_Vtbl
impl UnwindSafe for ITextDocument2Old_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