www.pudn.com > VideoCapture.rar > Multicard.h


// Multicard.h : main header file for the MULTICARD application 
// 
 
#if !defined(AFX_MULTICARD_H__3EB83B9A_604E_49BF_9A10_1EA764456480__INCLUDED_) 
#define AFX_MULTICARD_H__3EB83B9A_604E_49BF_9A10_1EA764456480__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 
//视频发生错误时的回调消息 
#define UM_VIDEO_ERROR_NOTIFY (WM_USER+0x2345) 
///////////////////////////////////////////////////////////////////////////// 
// CMulticardApp: 
// See Multicard.cpp for the implementation of this class 
// 
 
class CMulticardApp : public CWinApp 
{ 
public: 
	CMulticardApp(); 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CMulticardApp) 
	public: 
	virtual BOOL InitInstance(); 
	virtual int ExitInstance(); 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
	HMENU m_hMDIMenu; 
	HACCEL m_hMDIAccel; 
 
public: 
	//{{AFX_MSG(CMulticardApp) 
	afx_msg void OnAppAbout(); 
	afx_msg void OnFileNew(); 
		// 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_MULTICARD_H__3EB83B9A_604E_49BF_9A10_1EA764456480__INCLUDED_)