www.pudn.com > SendMsgOCX.rar > SendMsgOCX.h


#if !defined(AFX_SENDMSGOCX_H__C1B153F6_9F5C_4A2C_AC53_64FFD238CB7B__INCLUDED_) 
#define AFX_SENDMSGOCX_H__C1B153F6_9F5C_4A2C_AC53_64FFD238CB7B__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
 
// SendMsgOCX.h : main header file for SENDMSGOCX.DLL 
 
#if !defined( __AFXCTL_H__ ) 
	#error include 'afxctl.h' before including this file 
#endif 
 
#include "resource.h"       // main symbols 
 
///////////////////////////////////////////////////////////////////////////// 
// CSendMsgOCXApp : See SendMsgOCX.cpp for implementation. 
 
class CSendMsgOCXApp : 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_SENDMSGOCX_H__C1B153F6_9F5C_4A2C_AC53_64FFD238CB7B__INCLUDED)