3
Answers

Simulating Ctrl+Alt+Delete

David Engler

David Engler

16y
5.6k
1
I wish to simulate Ctrl+Alt+Delete.

From looking at the vnc source code, I see that thread has to be on desktop "Winlogon", so then when I call OpenDesktop "Winlogon" on Vista, I get return value of 0.

OpenDesktop("Winlogon", 0, false, DESKTOP_CREATEMENU | DESKTOP_CREATEWINDOW | DESKTOP_ENUMERATE | DESKTOP_HOOKCONTROL | DESKTOP_WRITEOBJECTS | DESKTOP_READOBJECTS | DESKTOP_SWITCHDESKTOP | GENERIC_WRITE);

Any one know how can I access the winlogon desktop?

Thank you
Answers (3)