www.pudn.com > ListViewStradley_demo.zip > ListView.h
// ListView.h : main header file for the LISTVIEW application
//
#if !defined(LISTVIEW_H)
#define LISTVIEW_H 1
#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
/////////////////////////////////////////////////////////////////////////////
// CListViewApp:
// See ListView.cpp for the implementation of this class
//
class CListViewApp : public CWinApp
{
public:
CListViewApp();
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CListViewApp)
public:
virtual BOOL InitInstance();
//}}AFX_VIRTUAL
// Implementation
//{{AFX_MSG(CListViewApp)
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_LISTVIEW_H__7068F0C3_F993_11D2_B330_00E029355185__INCLUDED_)