Improve: ExpandDirectories after GetForegroundSelectedFiles

This commit is contained in:
yuanyuanxiang
2026-01-17 00:15:05 +01:00
parent 39e07adb3b
commit 1611ddd869
5 changed files with 104 additions and 21 deletions

View File

@@ -279,6 +279,8 @@ public:
CDialogBase* GetRemoteWindow(CDialogBase* dlg);
void RemoveRemoteWindow(HWND wnd);
CDialogBase* m_pActiveSession = nullptr; // 当前活动会话窗口指针 / NULL 表示无
void UpdateActiveRemoteSession(CDialogBase* sess);
CDialogBase* GetActiveRemoteSession();
afx_msg LRESULT OnSessionActivatedMsg(WPARAM wParam, LPARAM lParam);
static LRESULT CALLBACK LowLevelKeyboardProc(int nCode, WPARAM wParam, LPARAM lParam);
HHOOK g_hKeyboardHook = NULL;