LaunchDLL.h
上传用户:qzzxgm
上传日期:2009-12-14
资源大小:1882k
文件大小:1k
源码类别:

书籍源码

开发平台:

Visual C++

  1. // LaunchDLL.h : main header file for the LAUNCHDLL DLL
  2. //
  3. #if !defined(AFX_LAUNCHDLL_H__17604216_8AE0_11D6_8F32_00E04CE76240__INCLUDED_)
  4. #define AFX_LAUNCHDLL_H__17604216_8AE0_11D6_8F32_00E04CE76240__INCLUDED_
  5. #if _MSC_VER > 1000
  6. #pragma once
  7. #endif // _MSC_VER > 1000
  8. #ifndef __AFXWIN_H__
  9. #error include 'stdafx.h' before including this file for PCH
  10. #endif
  11. #include "resource.h" // main symbols
  12. /////////////////////////////////////////////////////////////////////////////
  13. // CLaunchDLLApp
  14. // See LaunchDLL.cpp for the implementation of this class
  15. //
  16. #define DllExport __declspec(dllexport)
  17. DllExport void WINAPI InstallLaunchEv();
  18. class CLaunchDLLApp : public CWinApp
  19. {
  20. public:
  21. CLaunchDLLApp();
  22. // Overrides
  23. // ClassWizard generated virtual function overrides
  24. //{{AFX_VIRTUAL(CLaunchDLLApp)
  25. //}}AFX_VIRTUAL
  26. //{{AFX_MSG(CLaunchDLLApp)
  27. // NOTE - the ClassWizard will add and remove member functions here.
  28. //    DO NOT EDIT what you see in these blocks of generated code !
  29. //}}AFX_MSG
  30. DECLARE_MESSAGE_MAP()
  31. };
  32. /////////////////////////////////////////////////////////////////////////////
  33. //{{AFX_INSERT_LOCATION}}
  34. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  35. #endif // !defined(AFX_LAUNCHDLL_H__17604216_8AE0_11D6_8F32_00E04CE76240__INCLUDED_)