Source code of Windows XP (NT5)
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.

21 lines
383 B

  1. #ifndef CHT_H
  2. #define CHT_H
  3. #include <windows.h>
  4. #include <stdlib.h>
  5. #define PTRRECLEN95 4
  6. #define PTRRECLENNT 3
  7. #define LCPTRFILE "LCPTR.TBL"
  8. #define LCPHRASEFILE "LCPHRASE.TBL"
  9. #define END_PHRASE 0x8000
  10. BOOL InitImeDataCht(void);
  11. BOOL ImeDataConvertCht(void);
  12. int ConvertChtImeData(void);
  13. void FreeResCht(void);
  14. BOOL MigrateCHTImeTables(HKEY );
  15. #endif