?? datastr.h
字號:
#ifndef _datastrh_
#define _datastrh_
typedef struct DataHeader
{
char cbsize,cmd;
int id,toid;
TColor color;
}*PDATAHEADER;
typedef struct PInfo
{
char StrOk[61],Password[15],Name[15];
int Face;
}*PPINFO;
typedef struct AInfo
{
int id;
char Name[15];
int Face;
}*PAINFO;
typedef struct GClientUnit
{
AInfo ai;
}*PGCU;
typedef struct GServerUnit
{
SOCKET sk;
char*SBuffer,*RBuffer;
bool canWrite,Comfirmed;
int SBufferSize,rbytes,sbytes,curSSize,curRSize;
TListItem*li;
AInfo ai;
}*PGSU;
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -