connects.h

来自「組态软件设计与开发的配套源代码」· C头文件 代码 · 共 49 行

H
49
字号
#if !defined(AFX_CONNECTS_H__3E3945A3_D687_11D3_B4AE_00C04F2B300E__INCLUDED_)
#define AFX_CONNECTS_H__3E3945A3_D687_11D3_B4AE_00C04F2B300E__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ConnectS.h : header file
//


/////////////////////////////////////////////////////////////////////////////
// CConnectS command target

class CConnectS : public CAsyncSocket
{
// Attributes
public:

// Operations
public:
	CConnectS();
	virtual ~CConnectS();

// Overrides
public:
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CConnectS)
	public:
	virtual void OnClose(int nErrorCode);
	virtual void OnConnect(int nErrorCode);
	virtual void OnReceive(int nErrorCode);
	virtual void OnSend(int nErrorCode);
	//}}AFX_VIRTUAL

	// Generated message map functions
	//{{AFX_MSG(CConnectS)
		// NOTE - the ClassWizard will add and remove member functions here.
	//}}AFX_MSG

// Implementation
};

/////////////////////////////////////////////////////////////////////////////

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_CONNECTS_H__3E3945A3_D687_11D3_B4AE_00C04F2B300E__INCLUDED_)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?