www.pudn.com > WavePlayer_Final.rar > WavePlayer.h


// WavePlayer.h : main header file for the WAVEPLAYER application 
// 
 
#if !defined(AFX_WAVEPLAYER_H__F1551B66_A347_42D3_8E1D_993CE9238044__INCLUDED_) 
#define AFX_WAVEPLAYER_H__F1551B66_A347_42D3_8E1D_993CE9238044__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 
 
#include "mmsystem.h" 
 
///////////////////////////////////////////////////////////////////////////// 
// CWavePlayerApp: 
// See WavePlayer.cpp for the implementation of this class 
// 主应用程序类,由向导生成 
class CWavePlayerApp : public CWinApp 
{ 
public: 
	CWavePlayerApp(); 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CWavePlayerApp) 
	public: 
	virtual BOOL InitInstance(); 
	//}}AFX_VIRTUAL 
 
// Implementation 
 
	//{{AFX_MSG(CWavePlayerApp) 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
 
///////////////////////////////////////////////////////////////////////////// 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_WAVEPLAYER_H__F1551B66_A347_42D3_8E1D_993CE9238044__INCLUDED_)