This commit is contained in:
53
FutureChecker.h
Normal file
53
FutureChecker.h
Normal file
@@ -0,0 +1,53 @@
|
||||
// FutureChecker.h : main header file for the FUTURECHECKER application
|
||||
//
|
||||
|
||||
#if !defined(AFX_FUTURECHECKER_H__3BAE3046_150B_4F57_92A1_A348BA471241__INCLUDED_)
|
||||
#define AFX_FUTURECHECKER_H__3BAE3046_150B_4F57_92A1_A348BA471241__INCLUDED_
|
||||
|
||||
#if _MSC_VER > 1000
|
||||
#pragma once
|
||||
#endif // _MSC_VER > 1000
|
||||
|
||||
#ifndef __AFXWIN_H__
|
||||
#error include 'stdafx.h' before including this file for PCH
|
||||
#endif
|
||||
|
||||
#include "resource.h" // main symbols
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// CFutureCheckerApp:
|
||||
// See FutureChecker.cpp for the implementation of this class
|
||||
//
|
||||
|
||||
class CFutureCheckerApp : public CWinApp
|
||||
{
|
||||
public:
|
||||
BOOL RegWriteString(HKEY hKeyName, CString strPath, CString strSubKey, CString strValue);
|
||||
CString RegReadString(HKEY hKeyName, CString strPath, CString strSubKey);
|
||||
|
||||
CFutureCheckerApp();
|
||||
|
||||
// Overrides
|
||||
// ClassWizard generated virtual function overrides
|
||||
//{{AFX_VIRTUAL(CFutureCheckerApp)
|
||||
public:
|
||||
virtual BOOL InitInstance();
|
||||
virtual int ExitInstance();
|
||||
//}}AFX_VIRTUAL
|
||||
|
||||
// Implementation
|
||||
|
||||
//{{AFX_MSG(CFutureCheckerApp)
|
||||
// NOTE - the ClassWizard will add and remove member functions here.
|
||||
// DO NOT EDIT what you see in these blocks of generated code !
|
||||
//}}AFX_MSG
|
||||
DECLARE_MESSAGE_MAP()
|
||||
};
|
||||
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
//{{AFX_INSERT_LOCATION}}
|
||||
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
|
||||
|
||||
#endif // !defined(AFX_FUTURECHECKER_H__3BAE3046_150B_4F57_92A1_A348BA471241__INCLUDED_)
|
||||
Reference in New Issue
Block a user