?? msgbuff.h
字號:
// MsgBuff.h: interface for the CMsgBuff class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_MSGBUFF_H__A64EBE55_6CB2_4A54_BD75_F3CE45DDFFA2__INCLUDED_)
#define AFX_MSGBUFF_H__A64EBE55_6CB2_4A54_BD75_F3CE45DDFFA2__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "Msg.h"
class CMsgBuff
{
public:
BOOL IsEmpty();
void InsertMsg(CMsg *pMsg);
CMsg * GetMsg();
CMsgStrain * pHead,* pTail;
CRITICAL_SECTION Locked;
void AddMsg(CMsg *pMsg);
CMsgBuff();
virtual ~CMsgBuff();
};
#endif // !defined(AFX_MSGBUFF_H__A64EBE55_6CB2_4A54_BD75_F3CE45DDFFA2__INCLUDED_)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -