桌面窗口管理器捕获整个屏幕

发布于 2024-08-12 03:13:24 字数 215 浏览 8 评论 0原文

我想知道是否有人可以给我一个如何在 Windows Vista/7 中捕获整个屏幕的起点?我知道如何在以前版本的 Windows 中执行此操作,但确实希望将所有内容保留在 D3D 堆栈中,而不诉诸 GDI/BltBit 调用。

我意识到,如果您有使用 DWM API 的 HWND,则可以获取给定窗口的实时缩略图,但是如何获取整个桌面的“缩略图”呢?

谢谢,

亚历克斯

I was wondering if anyone could give me a starting point of how to capture the entire screen in Windows Vista/7? I know how to do it in previous versions of Windows, but would really like to keep everything in the D3D stack, without resorting to GDI/BltBit calls.

I realize that you can get a live thumbnail of a given window if you have the HWND using the DWM API, but how do you get a "thumbnail" of the entire desktop?

Thanks,

Alex

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

放血 2024-08-19 03:13:24

不幸的是,执行此操作的函数位于 dwmapi.dll 中,并且没有文档记录。有人想出了如何做到这一点 获取 vista 中另一个窗口的 directx 表面,并使用它来捕获屏幕,但这些功能在 Windows 7 上不起作用。

最好的事情您可以做的就是获取各个窗口的缩略图,至少,这就是我所找到的。

Unfortunately, the functions to do this are in the dwmapi.dll, and are undocumented. Someone figured out how to do it to get the directx surface of another window in vista, and use this to capture the screen, but those functions don't work on Windows 7.

The best thing you can do is get the thumbnails of individual windows, at least, that's all I've found.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文