Fix: Small issues related to remote desktop control

This commit is contained in:
yuanyuanxiang
2025-12-23 21:24:50 +01:00
parent 94ff731223
commit 47ac8fb0d2
5 changed files with 21 additions and 12 deletions

View File

@@ -165,7 +165,7 @@ protected:
std::string m_superPass;
BOOL m_needNotify = FALSE;
DWORD g_StartTick;
BOOL m_bHookWIN = TRUE;
// 生成的消息映射函数
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
@@ -384,4 +384,5 @@ public:
afx_msg void OnParamLoginNotify();
afx_msg void OnParamEnableLog();
afx_msg void OnProxyPort();
afx_msg void OnHookWin();
};