bo2kcfg.h
上传用户:jinandeyu
上传日期:2007-01-05
资源大小:620k
文件大小:2k
源码类别:

远程控制编程

开发平台:

WINDOWS

  1. /*  Back Orifice 2000 - Remote Administration Suite
  2.     Copyright (C) 1999, Cult Of The Dead Cow
  3.     This program is free software; you can redistribute it and/or modify
  4.     it under the terms of the GNU General Public License as published by
  5.     the Free Software Foundation; either version 2 of the License, or
  6.     (at your option) any later version.
  7.     This program is distributed in the hope that it will be useful,
  8.     but WITHOUT ANY WARRANTY; without even the implied warranty of
  9.     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  10.     GNU General Public License for more details.
  11.     You should have received a copy of the GNU General Public License
  12.     along with this program; if not, write to the Free Software
  13.     Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  14. The author of this program may be contacted at dildog@l0pht.com. */
  15. // bo2kcfg.h : main header file for the BO2KCFG application
  16. //
  17. #if !defined(AFX_BO2KCFG_H__BA3A1E06_E042_11D2_ADC4_0000F8084273__INCLUDED_)
  18. #define AFX_BO2KCFG_H__BA3A1E06_E042_11D2_ADC4_0000F8084273__INCLUDED_
  19. #if _MSC_VER > 1000
  20. #pragma once
  21. #endif // _MSC_VER > 1000
  22. #ifndef __AFXWIN_H__
  23. #error include 'stdafx.h' before including this file for PCH
  24. #endif
  25. #include "resource.h" // main symbols
  26. /////////////////////////////////////////////////////////////////////////////
  27. // CBo2kcfgApp:
  28. // See bo2kcfg.cpp for the implementation of this class
  29. //
  30. class CBo2kcfgApp : public CWinApp
  31. {
  32. public:
  33. CBo2kcfgApp();
  34. // Overrides
  35. // ClassWizard generated virtual function overrides
  36. //{{AFX_VIRTUAL(CBo2kcfgApp)
  37. public:
  38. virtual BOOL InitInstance();
  39. //}}AFX_VIRTUAL
  40. void SetRegKey(char *svKey);
  41. // Implementation
  42. //{{AFX_MSG(CBo2kcfgApp)
  43. // NOTE - the ClassWizard will add and remove member functions here.
  44. //    DO NOT EDIT what you see in these blocks of generated code !
  45. //}}AFX_MSG
  46. DECLARE_MESSAGE_MAP()
  47. };
  48. /////////////////////////////////////////////////////////////////////////////
  49. //{{AFX_INSERT_LOCATION}}
  50. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  51. #endif // !defined(AFX_BO2KCFG_H__BA3A1E06_E042_11D2_ADC4_0000F8084273__INCLUDED_)