home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / sdktools / winnt / uconvert / install.h < prev    next >
Text File  |  1993-05-14  |  1KB  |  29 lines

  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.  
  9. /**************************************************************************\
  10. *  Function prototypes, window procedures first.
  11. \**************************************************************************/
  12.  
  13. LRESULT CALLBACK InstallTableProc (HWND, UINT, WPARAM, LPARAM);
  14.  
  15. int InstallFile (TCHAR*,TCHAR*);
  16. int ListInstalledTables (HWND, UINT, int);
  17. int GetTableFileNames (HWND);
  18. int myScanf (TCHAR*, int*);
  19.  
  20.  
  21.  
  22. /**************************************************************************\
  23. *  Defined constants.
  24. \**************************************************************************/
  25.  
  26. /* IDs from the Install dialog box. */
  27. #define DID_LISTBOX  1000
  28. #define BID_ADD      1001
  29.