CustomCaption.h
上传用户:kssdz899
上传日期:2007-01-08
资源大小:79k
文件大小:1k
源码类别:

钩子与API截获

开发平台:

Visual C++

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