www.pudn.com > 截取程序消息的DLL和使用例子GetMSG.rar > mpeg_play.h


// mpeg_play.h : main header file for the MPEG_PLAY application 
// 
 
#if !defined(AFX_MPEG_PLAY_H__F6325546_5F16_11D4_9B1D_5254AB1E7AF6__INCLUDED_) 
#define AFX_MPEG_PLAY_H__F6325546_5F16_11D4_9B1D_5254AB1E7AF6__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 
 
///////////////////////////////////////////////////////////////////////////// 
// CMpeg_playApp: 
// See mpeg_play.cpp for the implementation of this class 
// 
 
class CMpeg_playApp : public CWinApp 
{ 
public: 
	CMpeg_playApp(); 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CMpeg_playApp) 
	public: 
	virtual BOOL InitInstance(); 
	//}}AFX_VIRTUAL 
 
// Implementation 
 
	//{{AFX_MSG(CMpeg_playApp) 
		// 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_MPEG_PLAY_H__F6325546_5F16_11D4_9B1D_5254AB1E7AF6__INCLUDED_)