home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / winui / cmddlg / cdtest / cdtest.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-06-17  |  757 b   |  36 lines

  1. #define UMSG_DECREMENTDLGCOUNT (WM_USER+1)
  2.  
  3.  
  4.  
  5. HANDLE hInst ;
  6.  
  7. BOOL InitApplication(HANDLE);
  8. BOOL InitInstance(HANDLE, int);
  9. long FAR PASCAL MainWndProc(HWND, UINT, UINT, LONG);
  10. void HandleTheCommand(HWND, UINT, LONG) ;
  11. BOOL APIENTRY AboutProc(HWND, UINT, UINT, LONG) ;
  12.  
  13. TCHAR szTemp[100] ;
  14.  
  15. TCHAR szShortFilter[5] ;
  16. TCHAR szLongFilter[5] ;
  17.  
  18. #define IDM_COLOR   100
  19. #define IDM_FONT    101
  20. #define IDM_FIND    102
  21. #define IDM_TITLE   103
  22. #define IDM_OPEN    104
  23. #define IDM_SAVE    105
  24. #define IDM_PRINT   106
  25. #define IDM_REPLACE 107
  26. #define IDM_EXIT    108
  27. #define IDM_HEXMODE 200
  28. #define IDM_DECIMALMODE 201
  29. #define IDM_MULTITHREAD2 300
  30. #define IDM_ABOUT   301
  31.  
  32.  
  33. UINT nFindMsg ;
  34. UINT nOpenShareVMsg ;
  35. UINT nHelpMessage ;
  36.