clientas.h

来自「《Visual C++视频技术方案宝典》配套光盘」· C头文件 代码 · 共 45 行

H
45
字号
#if !defined(AFX_CLIENTAS_H__9096B130_72F6_4145_B372_03FC13A61DC9__INCLUDED_)
#define AFX_CLIENTAS_H__9096B130_72F6_4145_B372_03FC13A61DC9__INCLUDED_
#include "afxsock.h"
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ClientAS.h : header file
//


/////////////////////////////////////////////////////////////////////////////
// CClientAS command target

class CClientAS : public CAsyncSocket
{
// Attributes
public:

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

// Overrides
public:
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CClientAS)
	//}}AFX_VIRTUAL

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

// Implementation
protected:
};

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

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

#endif // !defined(AFX_CLIENTAS_H__9096B130_72F6_4145_B372_03FC13A61DC9__INCLUDED_)

⌨️ 快捷键说明

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