Home
last modified time | relevance | path

Searched defs:ImmDisableIME (Results 1 – 4 of 4) sorted by relevance

/dports/lang/fpc-source/fpc-3.2.2/packages/winunits-base/src/
H A Dimm.pas508 function ImmDisableIME(idThread: DWORD): LongBool; stdcall ; external Imm name 'ImmDisableIME'; in ImmDisableIME() function
/dports/security/keepass/KeePass-2.49-Source/KeePass/Native/
H A DNativeMethods.cs320 internal static extern bool ImmDisableIME(uint idThread); in ImmDisableIME() method in KeePass.Native.NativeMethods
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/UI/Input/Ime/
H A Dmod.rs25 pub fn ImmDisableIME(param0: u32) -> super::super::super::Foundation::BOOL; in ImmDisableIME() function
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/UI/Input/Ime/
H A Dmod.rs4266 pub unsafe fn ImmDisableIME(param0: u32) -> super::super::super::Foundation::BOOL { in ImmDisableIME() function
4271 fn ImmDisableIME(param0: u32) -> super::super::super::Foundation::BOOL; in ImmDisableIME() function