Home
last modified time | relevance | path

Searched defs:hKL (Results 1 – 10 of 10) sorted by relevance

/dports/security/keepass/KeePass-2.49-Source/KeePass/Native/
H A DNativeMethods.New.cs800 internal static uint MapVirtualKey3(uint uCode, uint uMapType, IntPtr hKL) in MapVirtualKey3()
806 internal static ushort VkKeyScan3(char ch, IntPtr hKL) in VkKeyScan3()
818 internal static string ToUnicode3(int vKey, byte[] pbKeyState, IntPtr hKL) in ToUnicode3()
H A DNativeMethods.cs168 IntPtr hKL); in MapVirtualKeyEx()
174 private static extern ushort VkKeyScanEx(char ch, IntPtr hKL); in VkKeyScanEx()
184 int cchBuff, uint wFlags, IntPtr hKL); in ToUnicodeEx()
/dports/textproc/scim-openvanilla/openvanilla-0.7.2.20070514/Loaders/Win32/OVIME/
H A DIME.cpp94 ImeConfigure(HKL hKL,HWND hWnd, DWORD dwMode, LPVOID lpData) in ImeConfigure()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/
H A DIME.java518 long hKL = OS.GetKeyboardLayout (0); in WM_KEYDOWN() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/win/window/
H A Dsalframe.cxx4924 HKL hKL = reinterpret_cast<HKL>(lParam); in ImplHandleInputLangChange() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/win/window/
H A Dsalframe.cxx4853 HKL hKL = reinterpret_cast<HKL>(lParam); in ImplHandleInputLangChange() local
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmshtmlc.h29937 #define IActiveIMMApp_ConfigureIMEA(This,hKL,hWnd,dwMode,pData) (This)->lpVtbl->ConfigureIMEA(This,… argument
29938 #define IActiveIMMApp_ConfigureIMEW(This,hKL,hWnd,dwMode,pData) (This)->lpVtbl->ConfigureIMEW(This,… argument
29943 #define IActiveIMMApp_EscapeA(This,hKL,hIMC,uEscape,pData,plResult) (This)->lpVtbl->EscapeA(This,hK… argument
29944 #define IActiveIMMApp_EscapeW(This,hKL,hIMC,uEscape,pData,plResult) (This)->lpVtbl->EscapeW(This,hK… argument
29964 #define IActiveIMMApp_GetIMEFileNameA(This,hKL,uBufLen,szFileName,puCopied) (This)->lpVtbl->GetIMEF… argument
29967 #define IActiveIMMApp_GetProperty(This,hKL,fdwIndex,pdwProperty) (This)->lpVtbl->GetProperty(This,h… argument
29974 #define IActiveIMMApp_IsIME(This,hKL) (This)->lpVtbl->IsIME(This,hKL) argument
29978 #define IActiveIMMApp_RegisterWordA(This,hKL,szReading,dwStyle,szRegister) (This)->lpVtbl->Register… argument
29979 #define IActiveIMMApp_RegisterWordW(This,hKL,szReading,dwStyle,szRegister) (This)->lpVtbl->Register… argument
29997 #define IActiveIMMApp_GetCodePageA(This,hKL,uCodePage) (This)->lpVtbl->GetCodePageA(This,hKL,uCodeP… argument
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmshtmlc.h29937 #define IActiveIMMApp_ConfigureIMEA(This,hKL,hWnd,dwMode,pData) (This)->lpVtbl->ConfigureIMEA(This,… argument
29938 #define IActiveIMMApp_ConfigureIMEW(This,hKL,hWnd,dwMode,pData) (This)->lpVtbl->ConfigureIMEW(This,… argument
29943 #define IActiveIMMApp_EscapeA(This,hKL,hIMC,uEscape,pData,plResult) (This)->lpVtbl->EscapeA(This,hK… argument
29944 #define IActiveIMMApp_EscapeW(This,hKL,hIMC,uEscape,pData,plResult) (This)->lpVtbl->EscapeW(This,hK… argument
29964 #define IActiveIMMApp_GetIMEFileNameA(This,hKL,uBufLen,szFileName,puCopied) (This)->lpVtbl->GetIMEF… argument
29967 #define IActiveIMMApp_GetProperty(This,hKL,fdwIndex,pdwProperty) (This)->lpVtbl->GetProperty(This,h… argument
29974 #define IActiveIMMApp_IsIME(This,hKL) (This)->lpVtbl->IsIME(This,hKL) argument
29978 #define IActiveIMMApp_RegisterWordA(This,hKL,szReading,dwStyle,szRegister) (This)->lpVtbl->Register… argument
29979 #define IActiveIMMApp_RegisterWordW(This,hKL,szReading,dwStyle,szRegister) (This)->lpVtbl->Register… argument
29997 #define IActiveIMMApp_GetCodePageA(This,hKL,uCodePage) (This)->lpVtbl->GetCodePageA(This,hKL,uCodeP… argument
[all …]
/dports/editors/vim/vim-8.2.3745/src/
H A Dgui_w32.c5888 HKL hKL = GetKeyboardLayout(0); in im_set_active() local
/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.java2202 public static final long ImmEscape (long hKL,long hIMC, int uEscape, TCHAR lpData) { in ImmEscape()
3200 public static final native long ImmEscape (long hKL, long hIMC, int uEscape, char[] lpData); in ImmEscape()