Struct windows::Win32::UI::TextServices::ITfInputProcessorProfileMgr_Vtbl
#[repr(C)]pub struct ITfInputProcessorProfileMgr_Vtbl {
pub base__: IUnknown_Vtbl,
pub ActivateProfile: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u16, _: *const GUID, _: *const GUID, _: HKL, _: u32) -> HRESULT,
pub DeactivateProfile: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u16, _: *const GUID, _: *const GUID, _: HKL, _: u32) -> HRESULT,
pub GetProfile: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u16, _: *const GUID, _: *const GUID, _: HKL, _: *mut TF_INPUTPROCESSORPROFILE) -> HRESULT,
pub EnumProfiles: unsafe extern "system" fn(_: *mut c_void, _: u16, _: *mut *mut c_void) -> HRESULT,
pub ReleaseInputProcessor: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: u32) -> HRESULT,
pub RegisterProfile: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: u16, _: *const GUID, _: PCWSTR, _: u32, _: PCWSTR, _: u32, _: u32, _: HKL, _: u32, _: BOOL, _: u32) -> HRESULT,
pub UnregisterProfile: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: u16, _: *const GUID, _: u32) -> HRESULT,
pub GetActiveProfile: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut TF_INPUTPROCESSORPROFILE) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§ActivateProfile: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u16, _: *const GUID, _: *const GUID, _: HKL, _: u32) -> HRESULT
§DeactivateProfile: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u16, _: *const GUID, _: *const GUID, _: HKL, _: u32) -> HRESULT
§GetProfile: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u16, _: *const GUID, _: *const GUID, _: HKL, _: *mut TF_INPUTPROCESSORPROFILE) -> HRESULT
§EnumProfiles: unsafe extern "system" fn(_: *mut c_void, _: u16, _: *mut *mut c_void) -> HRESULT
§ReleaseInputProcessor: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: u32) -> HRESULT
§RegisterProfile: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: u16, _: *const GUID, _: PCWSTR, _: u32, _: PCWSTR, _: u32, _: u32, _: HKL, _: u32, _: BOOL, _: u32) -> HRESULT
§UnregisterProfile: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: u16, _: *const GUID, _: u32) -> HRESULT
§GetActiveProfile: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut TF_INPUTPROCESSORPROFILE) -> HRESULT
Implementations§
§impl ITfInputProcessorProfileMgr_Vtbl
impl ITfInputProcessorProfileMgr_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ITfInputProcessorProfileMgr_Vtblwhere
Identity: ITfInputProcessorProfileMgr_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ITfInputProcessorProfileMgr_Vtbl
impl RefUnwindSafe for ITfInputProcessorProfileMgr_Vtbl
impl Send for ITfInputProcessorProfileMgr_Vtbl
impl Sync for ITfInputProcessorProfileMgr_Vtbl
impl Unpin for ITfInputProcessorProfileMgr_Vtbl
impl UnwindSafe for ITfInputProcessorProfileMgr_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