Home
last modified time | relevance | path

Searched defs:ImmGetDefaultIMEWnd (Results 1 – 5 of 5) sorted by relevance

/dports/lang/fpc-source/fpc-3.2.2/packages/winunits-base/src/
H A Dimm.pas286 function ImmGetDefaultIMEWnd(wnd: HWND): HWND; stdcall; external Imm name 'ImmGetDefaultIMEWnd'; in ImmGetDefaultIMEWnd() function
/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.rs71 …pub fn ImmGetDefaultIMEWnd(param0: super::super::super::Foundation::HWND) -> super::super::super::… in ImmGetDefaultIMEWnd() function
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/UI/Input/Ime/
H A Dmod.rs4588 pub unsafe fn ImmGetDefaultIMEWnd<'a, Param0: ::windows::runtime::IntoParam<'a, super::super::super… in ImmGetDefaultIMEWnd() function
4593 …fn ImmGetDefaultIMEWnd(param0: super::super::super::Foundation::HWND) -> super::super::super::Foun… in ImmGetDefaultIMEWnd() function
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/win32/library/
H A Dos.c4438 JNIEXPORT jlong JNICALL OS_NATIVE(ImmGetDefaultIMEWnd) in OS_NATIVE() argument
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/
H A DOS.java3227 public static final native long ImmGetDefaultIMEWnd (long hWnd); in ImmGetDefaultIMEWnd() method in OS