【IT专家】Windows锁定时桌面截图(Win+L)

合集下载
相关主题
  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。

本文由我司收集整编,推荐下载,如有疑问,请与我司联系

Windows锁定时桌面截图(Win+L)

Windows锁定时桌面截图(Win+L)[英]Take screenshot of desktop when Windows is locked (Win+L) I want to take a screenshot of desktop while Windows is locked (with Win+L). Standard methods make a black screen, with code of pixel:

 我想在Windows被锁定(Win+L)时拍摄桌面截图。标准方法制作黑屏,像素代码: COLORREF color = GetPixel(hdc, x, y); equal -1. Neither a user mode program nor a service could capture a useful image. Any ideas?

 等于1。用户模式程序和服务都不能捕获有用的映像。什么好主意吗?

3

 GetPixel and BitBlt won’t work when the desktop isn’t physically displayed on the monitor.

 当桌面不在监视器上物理显示时,GetPixel和BitBlt将无法工作。

You may have some luck capturing individual windows with PrintWindow. However, not all applications respond to PrintWindow calls the same way, so you may see glitches and/or blackness. You’ll also need to capture each window individually.

 你可能会幸运地用PrintWindow捕捉单个窗口。然而,并不是所有的应用程序都以相同的方式响应PrintWindow调用,因此您可能会看到故障和/或黑暗。您还需要分别捕获每个窗口。

 tips:感谢大家的阅读,本文由我司收集整编。仅供参阅!

相关文档
最新文档