/Visual Studio 2008/MFCActiveX/MFCActiveX.h

# · C Header · 39 lines · 14 code · 9 blank · 16 comment · 0 complexity · 30a98d295a43eaae1fd9d22500014d89 MD5 · raw file

  1. /****************************** Module Header ******************************\
  2. Module Name: MFCActiveX.h
  3. Project: MFCActiveX
  4. Copyright (c) Microsoft Corporation.
  5. The main header file for MFCActiveX.DLL
  6. This source is subject to the Microsoft Public License.
  7. See http://www.microsoft.com/opensource/licenses.mspx#Ms-PL.
  8. All other rights reserved.
  9. THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND,
  10. EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED
  11. WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE.
  12. \***************************************************************************/
  13. #pragma once
  14. #if !defined( __AFXCTL_H__ )
  15. #error "include 'afxctl.h' before including this file"
  16. #endif
  17. #include "resource.h" // main symbols
  18. // CMFCActiveXApp : See MFCActiveX.cpp for implementation.
  19. class CMFCActiveXApp : public COleControlModule
  20. {
  21. public:
  22. BOOL InitInstance();
  23. int ExitInstance();
  24. };
  25. extern const GUID CDECL _tlid;
  26. extern const WORD _wVerMajor;
  27. extern const WORD _wVerMinor;