INSTALL.H
上传用户:shijixite
上传日期:2007-01-03
资源大小:108k
文件大小:1k
源码类别:

输入法编程

开发平台:

Visual C++

  1. /**************************************************************************
  2. * install.h -- header file supporting nls table installing.
  3. *
  4. * Kept separate because install.* may later be used independently as
  5. *  a control panel applet.
  6. **************************************************************************/
  7. /**************************************************************************
  8. *  Function prototypes, window procedures first.
  9. **************************************************************************/
  10. LRESULT CALLBACK InstallTableProc (HWND, UINT, WPARAM, LPARAM);
  11. int InstallFile (TCHAR*,TCHAR*);
  12. int ListInstalledTables (HWND, UINT, int);
  13. int GetTableFileNames (HWND);
  14. int myScanf (TCHAR*, int*);
  15. /**************************************************************************
  16. *  Defined constants.
  17. **************************************************************************/
  18. /* IDs from the Install dialog box. */
  19. #define DID_LISTBOX  1000
  20. #define BID_ADD      1001