📄 hlmasterasyncsocket.h
字号:
// HLMasterAsyncSocket.h : header file
#define MASTER_BUFSIZE 8192
class CMasterTestDlg;
/////////////////////////////////////////////////////////////////////////////
// CHLMasterAsyncSocket command target
class CHLMasterAsyncSocket : public CAsyncSocket
{
// Attributes
public:
BOOL bInitialized;
CMessageBuffer * pMessageBuffer;
CMessageBuffer * pSendBuffer;
// Operations
public:
CMasterTestDlg *pDialog;
CHLMasterAsyncSocket(CMasterTestDlg *pDlg);
virtual ~CHLMasterAsyncSocket();
// Overrides
protected:
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CHLMasterAsyncSocket)
virtual void OnReceive(int nErrorCode);
virtual void OnSend(int nErrorCode);
//}}AFX_VIRTUAL
// Generated message map functions
//{{AFX_MSG(CHLMasterAsyncSocket)
// NOTE - the ClassWizard will add and remove member functions here.
//}}AFX_MSG
// Implementation
protected:
};
/////////////////////////////////////////////////////////////////////////////
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -