I'm creating C#/C++ app for Windows, that functions like Remote Desktop. Screen Capturing is done with Desktop Duplication Api. Network transfer use TCP. And everything works fine. No technical issues.
I'm asking for the way to do Login function like Remote Desktop does. When user connect with Remote Desktop, locally computer is locked. Complete desktop is transferred over network, while locally computer is locked. What is the way to achieve this behavior of system.
I checked TeamViewer and **Third Party Product**. No one of these softwares have a such function. They just stream desktop to remote point computer. Meanwhile computer locally is not locked.
Thanks