Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Windows 上,是否可以获得某种句柄或RDP 会话中显示的窗口的详细信息?
假设您已登录机器 A,然后在那里打开一个连接到机器 B 的 RDP 会话。我可以在 A 上运行一些代码来返回 B 上的当前活动窗口吗?
我正在考虑与 Win32.GetForegroundWindow() 等效的东西,但可以说,它可以“通过 RDP”工作,因此它不会返回主 RDP 窗口的句柄,而是返回该窗口中的活动窗口。
老实说,我真的不需要把手,我可能只需要窗口细节(位置、大小等)。