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.

41 lines
650 B

  1. /*++
  2. Copyright (c) 2001, Microsoft Corporation
  3. Module Name:
  4. korimx.h
  5. Abstract:
  6. This file defines the Koram KBD TIP specific value.
  7. Author:
  8. Revision History:
  9. Notes:
  10. --*/
  11. #ifndef _KORIMX_H_
  12. #define _KORIMX_H_
  13. const GUID GUID_COMPARTMENT_KORIMX_CONVMODE =
  14. {
  15. 0x91656349,
  16. 0x4ba9,
  17. 0x4143,
  18. { 0xa1, 0xae, 0x7f, 0xbc, 0x20, 0xb6, 0x31, 0xbc }
  19. };
  20. //
  21. // Korean TIP Conversion modes
  22. //
  23. #define KORIMX_ALPHANUMERIC_MODE 0
  24. #define KORIMX_HANGUL_MODE 1
  25. #define KORIMX_JUNJA_MODE 2
  26. #define KORIMX_HANGULJUNJA_MODE 3
  27. #endif // _KORIMX_H_