Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
848 B

  1. //
  2. // cicsthkl.h
  3. //
  4. // Cicero Library to retreive the substitute keyboard layout of the
  5. // current active keyboard TIP.
  6. //
  7. //
  8. // CicSubstGetKeyboardLayout
  9. //
  10. // If the current focus is on Cicero aware (including AIMM1.2
  11. // or CUAS), This function returns the substitute HKL of
  12. // the current active keyboard TIP. And the keyboard layout
  13. // name of the hKL that is returned in pszKLID.
  14. // If the current focus is not on Cicero aware, it just returns
  15. // the current keyboard layout and keyboard layout name in
  16. // pszKLID.
  17. // pszKLID can be NULL.
  18. //
  19. extern "C" HKL WINAPI CicSubstGetKeyboardLayout(char *pszKLID);
  20. //
  21. // CicSubstGetDefaultKeyboardLayout
  22. //
  23. // This function returns the substitute hKL of the default item
  24. // of the given langage.
  25. //
  26. extern "C" HKL WINAPI CicSubstGetDefaultKeyboardLayout(LANGID langid);