smsgtypesfact.h
来自「游戏《家园》源码」· C头文件 代码 · 共 42 行
H
42 行
#ifndef __SMSGTYPESFACT_H__
#define __SMSGTYPESFACT_H__
namespace WONMsg
{
enum SMsgTypeFact
{
FactAutoStartRequest = 1,
FactRunProcess = 2,
SmallFactStatusReply = 3,
FactGetProcessConfig = 4,
FactGetAllProcesses = 5,
FactStopProcess = 6,
FactGetProcessList = 7,
FactProcessListReply = 8,
FactProcessConfigReply = 9,
FactGetProcessPorts = 10,
FactGetAllProcessesReply = 11,
FactKillProcess = 12,
SmallFactStartProcess = 13,
SmallFactStartProcessUnicode = 14,
FactSaveConfigFile = 15,
FactPullConfigFile = 16,
FactGetFreeDiskSpace = 17,
FactGetFreeDiskSpaceReply = 18,
FactGetUsage = 19,
FactGetUsageReply = 20,
FactStreamFile = 21,
FactGetFileCRC = 22,
FactGetFileCRCReply = 23
};
};
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?