HomeSort by relevance Sort by last modified time
    Searched refs:hkl (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/ui/base/ime/win/
imm32_manager.cc 135 HKL keyboard_layout = ::GetKeyboardLayout(0);
144 prof.hkl == NULL &&
150 // instead to check if this HKL has any associated IME file.
553 scoped_ptr<HKL[]> layouts(new HKL[size]);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
msctf.h 395 typedef UINT_PTR HKL;
2072 HKL hkl; member in struct:TF_INPUTPROCESSORPROFILE
    [all...]
winuser.h 641 WINUSERAPI HKL WINAPI LoadKeyboardLayoutA(LPCSTR pwszKLID,UINT Flags);
642 WINUSERAPI HKL WINAPI LoadKeyboardLayoutW(LPCWSTR pwszKLID,UINT Flags);
643 WINUSERAPI HKL WINAPI ActivateKeyboardLayout(HKL hkl,UINT Flags);
644 WINUSERAPI int WINAPI ToUnicodeEx(UINT wVirtKey,UINT wScanCode,CONST BYTE *lpKeyState,LPWSTR pwszBuff,int cchBuff,UINT wFlags,HKL dwhkl);
645 WINUSERAPI WINBOOL WINAPI UnloadKeyboardLayout(HKL hkl);
648 WINUSERAPI int WINAPI GetKeyboardLayoutList(int nBuff,HKL *lpList);
649 WINUSERAPI HKL WINAPI GetKeyboardLayout(DWORD idThread)
    [all...]

Completed in 3017 milliseconds