// Sample3.h : main header file for the SAMPLE3 application // #if !defined(AFX_SAMPLE3_H__B740B858_925F_4608_B093_16B9B5E19148__INCLUDED_) #define AFX_SAMPLE3_H__B740B858_925F_4608_B093_16B9B5E19148__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 ///////////////////////////////////////////////////////////////////////////// // CSample3App: // See Sample3.cpp for the implementation of this class // class CSample3App : public CWinApp { public: CSample3App(); // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CSample3App) public: virtual BOOL InitInstance(); //}}AFX_VIRTUAL // Implementation //{{AFX_MSG(CSample3App) //}}AFX_MSG DECLARE_MESSAGE_MAP() }; ///////////////////////////////////////////////////////////////////////////// //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_SAMPLE3_H__B740B858_925F_4608_B093_16B9B5E19148__INCLUDED_)