Feature: Add menu to control if run master as service

This commit is contained in:
yuanyuanxiang
2025-12-25 19:03:07 +01:00
parent 9d1e9eb2af
commit fce9a0c73b
6 changed files with 20 additions and 3 deletions

View File

@@ -166,6 +166,7 @@ protected:
BOOL m_needNotify = FALSE;
DWORD g_StartTick;
BOOL m_bHookWIN = TRUE;
BOOL m_runNormal = FALSE;
// 生成的消息映射函数
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
@@ -385,4 +386,5 @@ public:
afx_msg void OnParamEnableLog();
afx_msg void OnProxyPort();
afx_msg void OnHookWin();
afx_msg void OnRunasService();
};