home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / mfc / ole / mfcbind / mfcbind.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-03-27  |  1.8 KB  |  59 lines

  1. // MFCBind.h : main header file for the MFCBIND application
  2. //
  3. // This is a part of the Microsoft Foundation Classes C++ library.
  4. // Copyright (C) 1992-1998 Microsoft Corporation
  5. // All rights reserved.
  6. //
  7. // This source code is only intended as a supplement to the
  8. // Microsoft Foundation Classes Reference and related
  9. // electronic documentation provided with the library.
  10. // See these sources for detailed information regarding the
  11. // Microsoft Foundation Classes product.
  12. #if !defined(AFX_MFCBIND_H__C3B18222_2457_11D1_A4EC_00C04FD91A9F__INCLUDED_)
  13. #define AFX_MFCBIND_H__C3B18222_2457_11D1_A4EC_00C04FD91A9F__INCLUDED_
  14.  
  15. #if _MSC_VER > 1000
  16. #pragma once
  17. #endif // _MSC_VER > 1000
  18.  
  19. #ifndef __AFXWIN_H__
  20.     #error include 'stdafx.h' before including this file for PCH
  21. #endif
  22.  
  23. #include "resource.h"       // main symbols
  24.  
  25. /////////////////////////////////////////////////////////////////////////////
  26. // CMFCBindApp:
  27. // See MFCBind.cpp for the implementation of this class
  28. //
  29.  
  30. class CMFCBindApp : public CWinApp
  31. {
  32. public:
  33.     CMFCBindApp();
  34.  
  35. // Overrides
  36.     // ClassWizard generated virtual function overrides
  37.     //{{AFX_VIRTUAL(CMFCBindApp)
  38.     public:
  39.     virtual BOOL InitInstance();
  40.     //}}AFX_VIRTUAL
  41.  
  42. // Implementation
  43.  
  44.     //{{AFX_MSG(CMFCBindApp)
  45.     afx_msg void OnAppAbout();
  46.         // NOTE - the ClassWizard will add and remove member functions here.
  47.         //    DO NOT EDIT what you see in these blocks of generated code !
  48.     //}}AFX_MSG
  49.     DECLARE_MESSAGE_MAP()
  50. };
  51.  
  52.  
  53. /////////////////////////////////////////////////////////////////////////////
  54.  
  55. //{{AFX_INSERT_LOCATION}}
  56. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  57.  
  58. #endif // !defined(AFX_MFCBIND_H__C3B18222_2457_11D1_A4EC_00C04FD91A9F__INCLUDED_)
  59.