From 40f3692da592403827574c6a39f8c2ae5bfffe15 Mon Sep 17 00:00:00 2001 From: mjjo Date: Sun, 21 Jul 2013 00:33:25 +0000 Subject: [PATCH] --- FutureChecker.h | 53 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 FutureChecker.h diff --git a/FutureChecker.h b/FutureChecker.h new file mode 100644 index 0000000..ddf807b --- /dev/null +++ b/FutureChecker.h @@ -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_)