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.
 
 
 
 
 
 

21 lines
404 B

#ifndef CHT_H
#define CHT_H
#include <windows.h>
#include <stdlib.h>
#define PTRRECLEN95 4
#define PTRRECLENNT 3
#define LCPTRFILE "LCPTR.TBL"
#define LCPHRASEFILE "LCPHRASE.TBL"
#define END_PHRASE 0x8000
BOOL InitImeDataCht(void);
BOOL ImeDataConvertCht(void);
int ConvertChtImeData(void);
void FreeResCht(void);
BOOL MigrateCHTImeTables(HKEY );
#endif