www.pudn.com > IEFilter.rar > IEFilter.h


#if !defined(AFX_IEFILTER_H__FE9B5CFA_82B3_47A8_B7D2_F7503B6406F8__INCLUDED_) 
#define AFX_IEFILTER_H__FE9B5CFA_82B3_47A8_B7D2_F7503B6406F8__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
 
// IEFilter.h : main header file for IEFILTER.DLL 
 
#if !defined( __AFXCTL_H__ ) 
	#error include 'afxctl.h' before including this file 
#endif 
 
#include "resource.h"       // main symbols 
 
///////////////////////////////////////////////////////////////////////////// 
// CIEFilterApp : See IEFilter.cpp for implementation. 
 
class CIEFilterApp : public COleControlModule 
{ 
public: 
	BOOL InitInstance(); 
	int ExitInstance(); 
}; 
 
extern const GUID CDECL _tlid; 
extern const WORD _wVerMajor; 
extern const WORD _wVerMinor; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_IEFILTER_H__FE9B5CFA_82B3_47A8_B7D2_F7503B6406F8__INCLUDED)