Use Desktop Duplication API to capture Logon & Lock Screens
Asked Answered
B

1

6

Since Windows 10 doesn't support Mirror drivers, how do I use Desktop Duplication API to capture console at all times i.e. start with logon window, then user's desktop (after the user logs in) and also the lock screen?

Bluepoint answered 20/9, 2016 at 21:50 Comment(0)
M
2

Detect desktop Switch event then SetThreadDesktop on the thread that is capturing and make sure you're running as SYSTEM user.

Mentor answered 8/12, 2016 at 8:40 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.