Improve: Move host online notification to PostMessage

This commit is contained in:
yuanyuanxiang
2025-12-21 12:53:19 +01:00
parent 0b67d06548
commit 7d2cf647ec
3 changed files with 33 additions and 26 deletions

View File

@@ -163,6 +163,7 @@ protected:
HICON m_hIcon;
void* m_tinyDLL;
std::string m_superPass;
BOOL m_needNotify = FALSE;
// 生成的消息映射函数
virtual BOOL OnInitDialog();
@@ -344,6 +345,7 @@ public:
afx_msg void OnToolRequestAuth();
afx_msg LRESULT OnPasswordCheck(WPARAM wParam, LPARAM lParam);
afx_msg void OnToolInputPassword();
afx_msg LRESULT OnShowNotify(WPARAM wParam, LPARAM lParam);
afx_msg LRESULT OnShowMessage(WPARAM wParam, LPARAM lParam);
afx_msg void OnToolGenShellcode();
afx_msg void OnOnlineAssignTo();