webview2_com_sys::Windows::Win32::Globalization

Struct IActiveIMMApp

Source
pub struct IActiveIMMApp(/* private fields */);

Implementations§

Source§

impl IActiveIMMApp

Source

pub unsafe fn AssociateContext<'a>( &self, hwnd: impl IntoParam<'a, HWND>, hime: impl IntoParam<'a, HIMC>, ) -> Result<HIMC>

Source

pub unsafe fn ConfigureIMEA<'a>( &self, hkl: impl IntoParam<'a, HKL>, hwnd: impl IntoParam<'a, HWND>, dwmode: u32, pdata: *mut REGISTERWORDA, ) -> Result<()>

Source

pub unsafe fn ConfigureIMEW<'a>( &self, hkl: impl IntoParam<'a, HKL>, hwnd: impl IntoParam<'a, HWND>, dwmode: u32, pdata: *mut REGISTERWORDW, ) -> Result<()>

Source

pub unsafe fn CreateContext(&self) -> Result<HIMC>

Source

pub unsafe fn DestroyContext<'a>( &self, hime: impl IntoParam<'a, HIMC>, ) -> Result<()>

Source

pub unsafe fn EnumRegisterWordA<'a>( &self, hkl: impl IntoParam<'a, HKL>, szreading: impl IntoParam<'a, PSTR>, dwstyle: u32, szregister: impl IntoParam<'a, PSTR>, pdata: *mut c_void, ) -> Result<IEnumRegisterWordA>

Source

pub unsafe fn EnumRegisterWordW<'a>( &self, hkl: impl IntoParam<'a, HKL>, szreading: impl IntoParam<'a, PWSTR>, dwstyle: u32, szregister: impl IntoParam<'a, PWSTR>, pdata: *mut c_void, ) -> Result<IEnumRegisterWordW>

Source

pub unsafe fn EscapeA<'a>( &self, hkl: impl IntoParam<'a, HKL>, himc: impl IntoParam<'a, HIMC>, uescape: u32, pdata: *mut c_void, plresult: *mut LRESULT, ) -> Result<()>

Source

pub unsafe fn EscapeW<'a>( &self, hkl: impl IntoParam<'a, HKL>, himc: impl IntoParam<'a, HIMC>, uescape: u32, pdata: *mut c_void, plresult: *mut LRESULT, ) -> Result<()>

Source

pub unsafe fn GetCandidateListA<'a>( &self, himc: impl IntoParam<'a, HIMC>, dwindex: u32, ubuflen: u32, pcandlist: *mut CANDIDATELIST, pucopied: *mut u32, ) -> Result<()>

Source

pub unsafe fn GetCandidateListW<'a>( &self, himc: impl IntoParam<'a, HIMC>, dwindex: u32, ubuflen: u32, pcandlist: *mut CANDIDATELIST, pucopied: *mut u32, ) -> Result<()>

Source

pub unsafe fn GetCandidateListCountA<'a>( &self, himc: impl IntoParam<'a, HIMC>, pdwlistsize: *mut u32, pdwbuflen: *mut u32, ) -> Result<()>

Source

pub unsafe fn GetCandidateListCountW<'a>( &self, himc: impl IntoParam<'a, HIMC>, pdwlistsize: *mut u32, pdwbuflen: *mut u32, ) -> Result<()>

Source

pub unsafe fn GetCandidateWindow<'a>( &self, himc: impl IntoParam<'a, HIMC>, dwindex: u32, ) -> Result<CANDIDATEFORM>

Source

pub unsafe fn GetCompositionFontA<'a>( &self, himc: impl IntoParam<'a, HIMC>, ) -> Result<LOGFONTA>

Source

pub unsafe fn GetCompositionFontW<'a>( &self, himc: impl IntoParam<'a, HIMC>, ) -> Result<LOGFONTW>

Source

pub unsafe fn GetCompositionStringA<'a>( &self, himc: impl IntoParam<'a, HIMC>, dwindex: u32, dwbuflen: u32, plcopied: *mut i32, pbuf: *mut c_void, ) -> Result<()>

Source

pub unsafe fn GetCompositionStringW<'a>( &self, himc: impl IntoParam<'a, HIMC>, dwindex: u32, dwbuflen: u32, plcopied: *mut i32, pbuf: *mut c_void, ) -> Result<()>

Source

pub unsafe fn GetCompositionWindow<'a>( &self, himc: impl IntoParam<'a, HIMC>, ) -> Result<COMPOSITIONFORM>

Source

pub unsafe fn GetContext<'a>( &self, hwnd: impl IntoParam<'a, HWND>, ) -> Result<HIMC>

Source

pub unsafe fn GetConversionListA<'a>( &self, hkl: impl IntoParam<'a, HKL>, himc: impl IntoParam<'a, HIMC>, psrc: impl IntoParam<'a, PSTR>, ubuflen: u32, uflag: u32, pdst: *mut CANDIDATELIST, pucopied: *mut u32, ) -> Result<()>

Source

pub unsafe fn GetConversionListW<'a>( &self, hkl: impl IntoParam<'a, HKL>, himc: impl IntoParam<'a, HIMC>, psrc: impl IntoParam<'a, PWSTR>, ubuflen: u32, uflag: u32, pdst: *mut CANDIDATELIST, pucopied: *mut u32, ) -> Result<()>

Source

pub unsafe fn GetConversionStatus<'a>( &self, himc: impl IntoParam<'a, HIMC>, pfdwconversion: *mut u32, pfdwsentence: *mut u32, ) -> Result<()>

Source

pub unsafe fn GetDefaultIMEWnd<'a>( &self, hwnd: impl IntoParam<'a, HWND>, ) -> Result<HWND>

Source

pub unsafe fn GetDescriptionA<'a>( &self, hkl: impl IntoParam<'a, HKL>, ubuflen: u32, szdescription: PSTR, pucopied: *mut u32, ) -> Result<()>

Source

pub unsafe fn GetDescriptionW<'a>( &self, hkl: impl IntoParam<'a, HKL>, ubuflen: u32, szdescription: PWSTR, pucopied: *mut u32, ) -> Result<()>

Source

pub unsafe fn GetGuideLineA<'a>( &self, himc: impl IntoParam<'a, HIMC>, dwindex: u32, dwbuflen: u32, pbuf: PSTR, pdwresult: *mut u32, ) -> Result<()>

Source

pub unsafe fn GetGuideLineW<'a>( &self, himc: impl IntoParam<'a, HIMC>, dwindex: u32, dwbuflen: u32, pbuf: PWSTR, pdwresult: *mut u32, ) -> Result<()>

Source

pub unsafe fn GetIMEFileNameA<'a>( &self, hkl: impl IntoParam<'a, HKL>, ubuflen: u32, szfilename: PSTR, pucopied: *mut u32, ) -> Result<()>

Source

pub unsafe fn GetIMEFileNameW<'a>( &self, hkl: impl IntoParam<'a, HKL>, ubuflen: u32, szfilename: PWSTR, pucopied: *mut u32, ) -> Result<()>

Source

pub unsafe fn GetOpenStatus<'a>( &self, himc: impl IntoParam<'a, HIMC>, ) -> Result<()>

Source

pub unsafe fn GetProperty<'a>( &self, hkl: impl IntoParam<'a, HKL>, fdwindex: u32, ) -> Result<u32>

Source

pub unsafe fn GetRegisterWordStyleA<'a>( &self, hkl: impl IntoParam<'a, HKL>, nitem: u32, pstylebuf: *mut STYLEBUFA, pucopied: *mut u32, ) -> Result<()>

Source

pub unsafe fn GetRegisterWordStyleW<'a>( &self, hkl: impl IntoParam<'a, HKL>, nitem: u32, pstylebuf: *mut STYLEBUFW, pucopied: *mut u32, ) -> Result<()>

Source

pub unsafe fn GetStatusWindowPos<'a>( &self, himc: impl IntoParam<'a, HIMC>, ) -> Result<POINT>

Source

pub unsafe fn GetVirtualKey<'a>( &self, hwnd: impl IntoParam<'a, HWND>, ) -> Result<u32>

Source

pub unsafe fn InstallIMEA<'a>( &self, szimefilename: impl IntoParam<'a, PSTR>, szlayouttext: impl IntoParam<'a, PSTR>, ) -> Result<HKL>

Source

pub unsafe fn InstallIMEW<'a>( &self, szimefilename: impl IntoParam<'a, PWSTR>, szlayouttext: impl IntoParam<'a, PWSTR>, ) -> Result<HKL>

Source

pub unsafe fn IsIME<'a>(&self, hkl: impl IntoParam<'a, HKL>) -> Result<()>

Source

pub unsafe fn IsUIMessageA<'a>( &self, hwndime: impl IntoParam<'a, HWND>, msg: u32, wparam: impl IntoParam<'a, WPARAM>, lparam: impl IntoParam<'a, LPARAM>, ) -> Result<()>

Source

pub unsafe fn IsUIMessageW<'a>( &self, hwndime: impl IntoParam<'a, HWND>, msg: u32, wparam: impl IntoParam<'a, WPARAM>, lparam: impl IntoParam<'a, LPARAM>, ) -> Result<()>

Source

pub unsafe fn NotifyIME<'a>( &self, himc: impl IntoParam<'a, HIMC>, dwaction: u32, dwindex: u32, dwvalue: u32, ) -> Result<()>

Source

pub unsafe fn RegisterWordA<'a>( &self, hkl: impl IntoParam<'a, HKL>, szreading: impl IntoParam<'a, PSTR>, dwstyle: u32, szregister: impl IntoParam<'a, PSTR>, ) -> Result<()>

Source

pub unsafe fn RegisterWordW<'a>( &self, hkl: impl IntoParam<'a, HKL>, szreading: impl IntoParam<'a, PWSTR>, dwstyle: u32, szregister: impl IntoParam<'a, PWSTR>, ) -> Result<()>

Source

pub unsafe fn ReleaseContext<'a>( &self, hwnd: impl IntoParam<'a, HWND>, himc: impl IntoParam<'a, HIMC>, ) -> Result<()>

Source

pub unsafe fn SetCandidateWindow<'a>( &self, himc: impl IntoParam<'a, HIMC>, pcandidate: *mut CANDIDATEFORM, ) -> Result<()>

Source

pub unsafe fn SetCompositionFontA<'a>( &self, himc: impl IntoParam<'a, HIMC>, plf: *mut LOGFONTA, ) -> Result<()>

Source

pub unsafe fn SetCompositionFontW<'a>( &self, himc: impl IntoParam<'a, HIMC>, plf: *mut LOGFONTW, ) -> Result<()>

Source

pub unsafe fn SetCompositionStringA<'a>( &self, himc: impl IntoParam<'a, HIMC>, dwindex: u32, pcomp: *mut c_void, dwcomplen: u32, pread: *mut c_void, dwreadlen: u32, ) -> Result<()>

Source

pub unsafe fn SetCompositionStringW<'a>( &self, himc: impl IntoParam<'a, HIMC>, dwindex: u32, pcomp: *mut c_void, dwcomplen: u32, pread: *mut c_void, dwreadlen: u32, ) -> Result<()>

Source

pub unsafe fn SetCompositionWindow<'a>( &self, himc: impl IntoParam<'a, HIMC>, pcompform: *mut COMPOSITIONFORM, ) -> Result<()>

Source

pub unsafe fn SetConversionStatus<'a>( &self, himc: impl IntoParam<'a, HIMC>, fdwconversion: u32, fdwsentence: u32, ) -> Result<()>

Source

pub unsafe fn SetOpenStatus<'a>( &self, himc: impl IntoParam<'a, HIMC>, fopen: impl IntoParam<'a, BOOL>, ) -> Result<()>

Source

pub unsafe fn SetStatusWindowPos<'a>( &self, himc: impl IntoParam<'a, HIMC>, pptpos: *mut POINT, ) -> Result<()>

Source

pub unsafe fn SimulateHotKey<'a>( &self, hwnd: impl IntoParam<'a, HWND>, dwhotkeyid: u32, ) -> Result<()>

Source

pub unsafe fn UnregisterWordA<'a>( &self, hkl: impl IntoParam<'a, HKL>, szreading: impl IntoParam<'a, PSTR>, dwstyle: u32, szunregister: impl IntoParam<'a, PSTR>, ) -> Result<()>

Source

pub unsafe fn UnregisterWordW<'a>( &self, hkl: impl IntoParam<'a, HKL>, szreading: impl IntoParam<'a, PWSTR>, dwstyle: u32, szunregister: impl IntoParam<'a, PWSTR>, ) -> Result<()>

Source

pub unsafe fn Activate<'a>( &self, frestorelayout: impl IntoParam<'a, BOOL>, ) -> Result<()>

Source

pub unsafe fn Deactivate(&self) -> Result<()>

Source

pub unsafe fn OnDefWindowProc<'a>( &self, hwnd: impl IntoParam<'a, HWND>, msg: u32, wparam: impl IntoParam<'a, WPARAM>, lparam: impl IntoParam<'a, LPARAM>, ) -> Result<LRESULT>

Source

pub unsafe fn FilterClientWindows( &self, aaclasslist: *mut u16, usize: u32, ) -> Result<()>

Source

pub unsafe fn GetCodePageA<'a>( &self, hkl: impl IntoParam<'a, HKL>, ) -> Result<u32>

Source

pub unsafe fn GetLangId<'a>(&self, hkl: impl IntoParam<'a, HKL>) -> Result<u16>

Source

pub unsafe fn AssociateContextEx<'a>( &self, hwnd: impl IntoParam<'a, HWND>, himc: impl IntoParam<'a, HIMC>, dwflags: u32, ) -> Result<()>

Source

pub unsafe fn DisableIME(&self, idthread: u32) -> Result<()>

Source

pub unsafe fn GetImeMenuItemsA<'a>( &self, himc: impl IntoParam<'a, HIMC>, dwflags: u32, dwtype: u32, pimeparentmenu: *mut IMEMENUITEMINFOA, pimemenu: *mut IMEMENUITEMINFOA, dwsize: u32, pdwresult: *mut u32, ) -> Result<()>

Source

pub unsafe fn GetImeMenuItemsW<'a>( &self, himc: impl IntoParam<'a, HIMC>, dwflags: u32, dwtype: u32, pimeparentmenu: *mut IMEMENUITEMINFOW, pimemenu: *mut IMEMENUITEMINFOW, dwsize: u32, pdwresult: *mut u32, ) -> Result<()>

Source

pub unsafe fn EnumInputContext( &self, idthread: u32, ) -> Result<IEnumInputContext>

Trait Implementations§

Source§

impl Clone for IActiveIMMApp

Source§

fn clone(&self) -> IActiveIMMApp

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for IActiveIMMApp

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl From<&IActiveIMMApp> for IUnknown

Source§

fn from(value: &IActiveIMMApp) -> Self

Converts to this type from the input type.
Source§

impl From<IActiveIMMApp> for IUnknown

Source§

fn from(value: IActiveIMMApp) -> Self

Converts to this type from the input type.
Source§

impl Interface for IActiveIMMApp

Source§

const IID: Guid

Source§

type Vtable = IActiveIMMApp_abi

Source§

unsafe fn vtable(&self) -> &Self::Vtable

Safety Read more
Source§

unsafe fn assume_vtable<T>(&self) -> &<T as Interface>::Vtable
where T: Interface,

Safety Read more
Source§

unsafe fn query(&self, iid: *const Guid, interface: *mut *mut c_void) -> HRESULT

Safety Read more
Source§

fn cast<T>(&self) -> Result<T, Error>
where T: Interface,

Attempts to cast the current interface to another interface using QueryInterface. The name cast is preferred to query because there is a WinRT method named query but not one named cast.
Source§

fn downgrade(&self) -> Result<Weak<Self>, Error>

Attempts to create a Weak reference to this object.
Source§

impl PartialEq for IActiveIMMApp

Source§

fn eq(&self, other: &IActiveIMMApp) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl Eq for IActiveIMMApp

Source§

impl StructuralPartialEq for IActiveIMMApp

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Abi for T
where T: Interface,

Source§

type Abi = *mut c_void

The abi representation of the implementing type. Read more
Source§

type DefaultType = Option<T>

Source§

fn ok(value: &<T as Abi>::DefaultType) -> Result<T, Error>

Converts from Self::DefaultType to Result<T>.
Source§

fn set_abi(&mut self) -> *mut <T as Abi>::Abi

Returns a pointer for setting the object’s value via an ABI call.
Source§

unsafe fn from_abi(abi: <T as Abi>::Abi) -> Result<T, Error>

Safety Read more
Source§

fn abi(&self) -> Self::Abi

Casts the Rust object to its ABI type without copying the object.
Source§

fn drop_param(_: &mut Param<'_, Self>)

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dst: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dst. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> ToOwned for T
where T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.