Home
last modified time | relevance | path

Searched refs:IMCENUMPROC (Results 1 – 6 of 6) sorted by relevance

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dimm.h132 typedef WINBOOL (CALLBACK *IMCENUMPROC)(HIMC,LPARAM); typedef
224 WINBOOL WINAPI ImmEnumInputContext(DWORD idThread,IMCENUMPROC lpfn,LPARAM lParam);
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dimm.h132 typedef WINBOOL (CALLBACK *IMCENUMPROC)(HIMC,LPARAM); typedef
224 WINBOOL WINAPI ImmEnumInputContext(DWORD idThread,IMCENUMPROC lpfn,LPARAM lParam);
/dports/lang/fpc-source/fpc-3.2.2/packages/winunits-base/src/
H A Dimm.pas270 IMCENUMPROC = function(par0: HIMC; par1: LPARAM): LongBool; stdcall; in ar0()
271 TIMCENUMPROC = IMCENUMPROC;
509 function ImmEnumInputContext(idThread: DWORD; lpfn: IMCENUMPROC; lParam: LPARAM): LongBool; stdcall… in ImmEnumInputContext()
H A Dimm_dyn.pas121 ImmEnumInputContext: function (idThread: DWORD; lpfn: IMCENUMPROC; lParam: LPARAM)
/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.rs31 …pub fn ImmEnumInputContext(idthread: u32, lpfn: ::core::option::Option<IMCENUMPROC>, lparam: super… in ImmEnumInputContext() argument
558 pub type IMCENUMPROC = unsafe extern "system" fn(param0: super::super::super::Globalization::HIMC, … typedef
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/UI/Input/Ime/
H A Dmod.rs2763 pub type IMCENUMPROC = unsafe extern "system" fn(param0: super::super::super::Globalization::HIMC, … typedef
4308 …super::Foundation::LPARAM>>(idthread: u32, lpfn: ::std::option::Option<IMCENUMPROC>, lparam: Param… in ImmEnumInputContext() argument