FileSwitch.h
上传用户:hell82222
上传日期:2013-12-19
资源大小:1872k
文件大小:1k
- // FileSwitch.h : main header file for the FILESWITCH DLL
- //
- #if !defined(AFX_FILESWITCH_H__6B160DF1_6E92_4DB7_A7B7_DDF9CDE0D055__INCLUDED_)
- #define AFX_FILESWITCH_H__6B160DF1_6E92_4DB7_A7B7_DDF9CDE0D055__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
- /////////////////////////////////////////////////////////////////////////////
- // CFileSwitchApp
- // See FileSwitch.cpp for the implementation of this class
- //
- class CFileSwitchApp : public CWinApp
- {
- public:
- CFileSwitchApp();
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CFileSwitchApp)
- public:
- virtual BOOL InitInstance();
- virtual int ExitInstance();
- //}}AFX_VIRTUAL
- //{{AFX_MSG(CFileSwitchApp)
- // 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()
- public:
- void SetUserRegistryKey(CString strRegistryKey);
- };
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_FILESWITCH_H__6B160DF1_6E92_4DB7_A7B7_DDF9CDE0D055__INCLUDED_)