AppDict.h
上传用户:hyb6888
上传日期:2016-01-24
资源大小:5186k
文件大小:1k
- // AppDict.h: interface for the AppDict class.
- //
- //////////////////////////////////////////////////////////////////////
- #if !defined(AFX_APPDICT_H__13636D8C_3D94_4CD5_8688_BDCCC062EAE4__INCLUDED_)
- #define AFX_APPDICT_H__13636D8C_3D94_4CD5_8688_BDCCC062EAE4__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- class AppDict
- {
- public:
- int AppSetDict(DWORD himc);
- int AppOne(char * pChi);
- int WriteReg(char *valname,char *keyVal);
- int WriteReg(char *valname,DWORD keyVal);
- DWORD mmReadReg(char *valname);
- AppDict();
- char ChiSS[1000];
- int appdictbool ; //增加词语
- };
- #endif // !defined(AFX_APPDICT_H__13636D8C_3D94_4CD5_8688_BDCCC062EAE4__INCLUDED_)