www.pudn.com > activex_udp_video.rar > Activece.h


#if !defined(AFX_ACTIVECE_H__8B65BB0A_D2F0_4A7A_9482_91AE61B86293__INCLUDED_) 
#define AFX_ACTIVECE_H__8B65BB0A_D2F0_4A7A_9482_91AE61B86293__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
 
// Activece.h : main header file for ACTIVECE.DLL 
 
#if !defined( __AFXCTL_H__ ) 
	#error include 'afxctl.h' before including this file 
#endif 
 
#include "resource.h"       // main symbols 
 
///////////////////////////////////////////////////////////////////////////// 
// CActiveceApp : See Activece.cpp for implementation. 
 
class CActiveceApp : public COleControlModule 
{ 
public: 
	BOOL InitInstance(); 
	int ExitInstance(); 
}; 
 
extern const GUID CDECL _tlid; 
extern const WORD _wVerMajor; 
extern const WORD _wVerMinor; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_ACTIVECE_H__8B65BB0A_D2F0_4A7A_9482_91AE61B86293__INCLUDED)