home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / com / commap / ctlcomm / ctlcomm.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-04-03  |  1.3 KB  |  46 lines

  1. #if !defined(CTLCOMM_H__448D35FD_31CD_11D0_AE62_00C04FD7D06E__INCLUDED_)
  2. #define CTLCOMM_H__448D35FD_31CD_11D0_AE62_00C04FD7D06E__INCLUDED_
  3.  
  4. // ctlcomm.h : main header file for the CTLCOMM application
  5. //
  6.  
  7. #ifndef __AFXWIN_H__
  8.     #error include 'stdafx.h' before including this file for PCH
  9. #endif
  10.  
  11. #include "resource.h"       // main symbols
  12.  
  13. /////////////////////////////////////////////////////////////////////////////
  14. // CCtlcommApp:
  15. // See ctlcomm.cpp for the implementation of this class
  16. //
  17.  
  18. class CCtlcommApp : public CWinApp
  19. {
  20. public:
  21.     CCtlcommApp();
  22.  
  23. // Overrides
  24.     // ClassWizard generated virtual function overrides
  25.     //{{AFX_VIRTUAL(CCtlcommApp)
  26.     public:
  27.     virtual BOOL InitInstance();
  28.     //}}AFX_VIRTUAL
  29.  
  30. // Implementation
  31.  
  32.     //{{AFX_MSG(CCtlcommApp)
  33.         // NOTE - the ClassWizard will add and remove member functions here.
  34.         //    DO NOT EDIT what you see in these blocks of generated code !
  35.     //}}AFX_MSG
  36.     DECLARE_MESSAGE_MAP()
  37. };
  38.  
  39.  
  40. /////////////////////////////////////////////////////////////////////////////
  41.  
  42. //{{AFX_INSERT_LOCATION}}
  43. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  44.  
  45. #endif // !defined(CTLCOMM_H__448D35FD_31CD_11D0_AE62_00C04FD7D06E__INCLUDED)
  46.