INSTALL.H
资源名称:Uconvert.zip [点击查看]
上传用户:shijixite
上传日期:2007-01-03
资源大小:108k
文件大小:1k
源码类别:
输入法编程
开发平台:
Visual C++
- /**************************************************************************
- * install.h -- header file supporting nls table installing.
- *
- * Kept separate because install.* may later be used independently as
- * a control panel applet.
- **************************************************************************/
- /**************************************************************************
- * Function prototypes, window procedures first.
- **************************************************************************/
- LRESULT CALLBACK InstallTableProc (HWND, UINT, WPARAM, LPARAM);
- int InstallFile (TCHAR*,TCHAR*);
- int ListInstalledTables (HWND, UINT, int);
- int GetTableFileNames (HWND);
- int myScanf (TCHAR*, int*);
- /**************************************************************************
- * Defined constants.
- **************************************************************************/
- /* IDs from the Install dialog box. */
- #define DID_LISTBOX 1000
- #define BID_ADD 1001