Struct windows::Win32::UI::TabletPC::ITextInputPanel_Vtbl
#[repr(C)]pub struct ITextInputPanel_Vtbl {Show 26 fields
pub base__: IUnknown_Vtbl,
pub AttachedEditWindow: unsafe extern "system" fn(_: *mut c_void, _: *mut HWND) -> HRESULT,
pub SetAttachedEditWindow: unsafe extern "system" fn(_: *mut c_void, _: HWND) -> HRESULT,
pub CurrentInteractionMode: unsafe extern "system" fn(_: *mut c_void, _: *mut InteractionMode) -> HRESULT,
pub DefaultInPlaceState: unsafe extern "system" fn(_: *mut c_void, _: *mut InPlaceState) -> HRESULT,
pub SetDefaultInPlaceState: unsafe extern "system" fn(_: *mut c_void, _: InPlaceState) -> HRESULT,
pub CurrentInPlaceState: unsafe extern "system" fn(_: *mut c_void, _: *mut InPlaceState) -> HRESULT,
pub DefaultInputArea: unsafe extern "system" fn(_: *mut c_void, _: *mut PanelInputArea) -> HRESULT,
pub SetDefaultInputArea: unsafe extern "system" fn(_: *mut c_void, _: PanelInputArea) -> HRESULT,
pub CurrentInputArea: unsafe extern "system" fn(_: *mut c_void, _: *mut PanelInputArea) -> HRESULT,
pub CurrentCorrectionMode: unsafe extern "system" fn(_: *mut c_void, _: *mut CorrectionMode) -> HRESULT,
pub PreferredInPlaceDirection: unsafe extern "system" fn(_: *mut c_void, _: *mut InPlaceDirection) -> HRESULT,
pub SetPreferredInPlaceDirection: unsafe extern "system" fn(_: *mut c_void, _: InPlaceDirection) -> HRESULT,
pub ExpandPostInsertionCorrection: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT,
pub SetExpandPostInsertionCorrection: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT,
pub InPlaceVisibleOnFocus: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT,
pub SetInPlaceVisibleOnFocus: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT,
pub InPlaceBoundingRectangle: unsafe extern "system" fn(_: *mut c_void, _: *mut RECT) -> HRESULT,
pub PopUpCorrectionHeight: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub PopDownCorrectionHeight: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub CommitPendingInput: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub SetInPlaceVisibility: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT,
pub SetInPlacePosition: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32, _: CorrectionPosition) -> HRESULT,
pub SetInPlaceHoverTargetPosition: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32) -> HRESULT,
pub Advise: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32) -> HRESULT,
pub Unadvise: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§AttachedEditWindow: unsafe extern "system" fn(_: *mut c_void, _: *mut HWND) -> HRESULT
§SetAttachedEditWindow: unsafe extern "system" fn(_: *mut c_void, _: HWND) -> HRESULT
§CurrentInteractionMode: unsafe extern "system" fn(_: *mut c_void, _: *mut InteractionMode) -> HRESULT
§DefaultInPlaceState: unsafe extern "system" fn(_: *mut c_void, _: *mut InPlaceState) -> HRESULT
§SetDefaultInPlaceState: unsafe extern "system" fn(_: *mut c_void, _: InPlaceState) -> HRESULT
§CurrentInPlaceState: unsafe extern "system" fn(_: *mut c_void, _: *mut InPlaceState) -> HRESULT
§DefaultInputArea: unsafe extern "system" fn(_: *mut c_void, _: *mut PanelInputArea) -> HRESULT
§SetDefaultInputArea: unsafe extern "system" fn(_: *mut c_void, _: PanelInputArea) -> HRESULT
§CurrentInputArea: unsafe extern "system" fn(_: *mut c_void, _: *mut PanelInputArea) -> HRESULT
§CurrentCorrectionMode: unsafe extern "system" fn(_: *mut c_void, _: *mut CorrectionMode) -> HRESULT
§PreferredInPlaceDirection: unsafe extern "system" fn(_: *mut c_void, _: *mut InPlaceDirection) -> HRESULT
§SetPreferredInPlaceDirection: unsafe extern "system" fn(_: *mut c_void, _: InPlaceDirection) -> HRESULT
§ExpandPostInsertionCorrection: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT
§SetExpandPostInsertionCorrection: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT
§InPlaceVisibleOnFocus: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT
§SetInPlaceVisibleOnFocus: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT
§InPlaceBoundingRectangle: unsafe extern "system" fn(_: *mut c_void, _: *mut RECT) -> HRESULT
§PopUpCorrectionHeight: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§PopDownCorrectionHeight: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§CommitPendingInput: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§SetInPlaceVisibility: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT
§SetInPlacePosition: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32, _: CorrectionPosition) -> HRESULT
§SetInPlaceHoverTargetPosition: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32) -> HRESULT
§Advise: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32) -> HRESULT
§Unadvise: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
Implementations§
§impl ITextInputPanel_Vtbl
impl ITextInputPanel_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ITextInputPanel_Vtblwhere
Identity: ITextInputPanel_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ITextInputPanel_Vtbl
impl RefUnwindSafe for ITextInputPanel_Vtbl
impl Send for ITextInputPanel_Vtbl
impl Sync for ITextInputPanel_Vtbl
impl Unpin for ITextInputPanel_Vtbl
impl UnwindSafe for ITextInputPanel_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