www.pudn.com > ListViewInSDI.rar > ListViewInSDI.h
// ListViewInSDI.h : main header file for the LISTVIEWINSDI application
//
#if !defined(AFX_LISTVIEWINSDI_H__527C5EB9_BB97_4DA2_887E_1AB75E66E03F__INCLUDED_)
#define AFX_LISTVIEWINSDI_H__527C5EB9_BB97_4DA2_887E_1AB75E66E03F__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
/////////////////////////////////////////////////////////////////////////////
// CListViewInSDIApp:
// See ListViewInSDI.cpp for the implementation of this class
//
class CListViewInSDIApp : public CWinApp
{
public:
CListViewInSDIApp();
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CListViewInSDIApp)
public:
virtual BOOL InitInstance();
//}}AFX_VIRTUAL
// Implementation
//{{AFX_MSG(CListViewInSDIApp)
afx_msg void OnAppAbout();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_LISTVIEWINSDI_H__527C5EB9_BB97_4DA2_887E_1AB75E66E03F__INCLUDED_)