www.pudn.com > windows2000XP_WDM_DeviceDriverDevelopment_WuAnHe_C > InstallFilter.h


// InstallFilter.h : main header file for the INSTALLFILTER application
//

#if !defined(AFX_INSTALLFILTER_H__6AD22C89_F5E2_43BB_9359_5B69C8EB719A__INCLUDED_)
#define AFX_INSTALLFILTER_H__6AD22C89_F5E2_43BB_9359_5B69C8EB719A__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

/////////////////////////////////////////////////////////////////////////////
// CInstallFilterApp:
// See InstallFilter.cpp for the implementation of this class
//

class CInstallFilterApp : public CWinApp
{
public:
CInstallFilterApp();

// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CInstallFilterApp)
public:
virtual BOOL InitInstance();
//}}AFX_VIRTUAL

// Implementation

//{{AFX_MSG(CInstallFilterApp)
// 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_INSTALLFILTER_H__6AD22C89_F5E2_43BB_9359_5B69C8EB719A__INCLUDED_)