📄 handler_mx.h
字号:
#ifndef __HANDLER_MX_H__
#define __HANDLER_MX_H__
#pragma once
#include <PacketStruct.h>
class ServerSession;
// Account DB Proxy Server 槟
class Handler_MX
{
public:
Handler_MX();
~Handler_MX();
static VOID OnDM_CONNECTION_SERVER_INFO_CMD( ServerSession * pServerSession, MSG_BASE * pMsg, WORD wSize );
static VOID OnMX_CONNECTION_REQ_SERVER_INFO_SYN( ServerSession * pServerSession, MSG_BASE * pMsg, WORD wSize );
static VOID OnMX_CONNECTION_REQ_SERVER_INFO_DBR( ServerSession * pServerSession, MSG_BASE * pMsg, WORD wSize );
static VOID ExecuteServerInfoQuery( ServerSession * pServer, BYTE Page );
};
#endif // __HANDLER_MX_H__
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -