www.pudn.com > CtrlIPClt.rar > CtrlIPClt.h, change:2005-12-29,size:1544b


// CtrlIPClt.h : main header file for the CTRLIPCLT DLL 
// 
 
#if !defined(AFX_CTRLIPCLT_H__2AE07778_B527_4532_8C97_5C0875AA4AD2__INCLUDED_) 
#define AFX_CTRLIPCLT_H__2AE07778_B527_4532_8C97_5C0875AA4AD2__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 "RunLog.h"	// Added by ClassView 
 
///////////////////////////////////////////////////////////////////////////// 
// CCtrlIPCltApp 
// See CtrlIPClt.cpp for the implementation of this class 
// 
 
class CCtrlIPCltApp : public CWinApp 
{ 
public: 
	CCtrlIPCltApp(); 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CCtrlIPCltApp) 
	public: 
	virtual BOOL InitInstance(); 
	//}}AFX_VIRTUAL 
 
	//{{AFX_MSG(CCtrlIPCltApp) 
		// 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() 
public: 
	BOOL GetConsoleInfoEx(LPCTSTR lpszSn, CString &strConsoleIP, UINT &uConsolePort, UINT &uUpdatePort, CString strIP); 
	CRunLog m_cRunLog; 
	CString m_strConsoleSN; 
}; 
 
 
///////////////////////////////////////////////////////////////////////////// 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_CTRLIPCLT_H__2AE07778_B527_4532_8C97_5C0875AA4AD2__INCLUDED_)