简体   繁体   中英

Windows Hidden Screen Capture API

I'm creating a Windows 10 app that requires screen capture. What is the best way to capture screens including hidden ones(with SetWindowDisplayAffinity)?

No, this is not possible. That's the whole point of the flag. If it was trivial to subvert, the flag would be useless.

The only way you can do this would be to clear the flag, which would require that you have the ability to execute arbitrary code in the process that owns the window in question.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM