VDMFC.H
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:2k
源码类别:

Windows编程

开发平台:

Visual C++

  1. // VdMFC.h : main header file for the VDMFC application
  2. //
  3. // Copyright (C) 1997 Microsoft Corporation
  4. // All rights reserved.
  5. //
  6. // This source code is only intended as a supplement to the
  7. // Broadcast Architecture Programmer's Reference.
  8. // For detailed information regarding Broadcast
  9. // Architecture, see the reference.
  10. //
  11. #if !defined(AFX_VDMFC_H__4E088A06_0E75_11D1_A073_00A0C9054174__INCLUDED_)
  12. #define AFX_VDMFC_H__4E088A06_0E75_11D1_A073_00A0C9054174__INCLUDED_
  13. #if _MSC_VER >= 1000
  14. #pragma once
  15. #endif // _MSC_VER >= 1000
  16. #ifndef __AFXWIN_H__
  17. #error include 'stdafx.h' before including this file for PCH
  18. #endif
  19. #include "resource.h" // main symbols
  20. /////////////////////////////////////////////////////////////////////////////
  21. // CVdMFCApp:
  22. // See VdMFC.cpp for the implementation of this class
  23. //
  24. class CVdMFCApp : public CWinApp
  25. {
  26. public:
  27. CVdMFCApp();
  28. // Overrides
  29. // ClassWizard generated virtual function overrides
  30. //{{AFX_VIRTUAL(CVdMFCApp)
  31. public:
  32. virtual BOOL InitInstance();
  33. //}}AFX_VIRTUAL
  34. // Implementation
  35. //{{AFX_MSG(CVdMFCApp)
  36. // NOTE - the ClassWizard will add and remove member functions here.
  37. //    DO NOT EDIT what you see in these blocks of generated code !
  38. //}}AFX_MSG
  39. DECLARE_MESSAGE_MAP()
  40. };
  41. /////////////////////////////////////////////////////////////////////////////
  42. //{{AFX_INSERT_LOCATION}}
  43. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  44. #endif // !defined(AFX_VDMFC_H__4E088A06_0E75_11D1_A073_00A0C9054174__INCLUDED_)