How can I detect one or combination of strokes of keys in ANSI C and/or with Win32 SDK?
For example: how can I detect CTRL+ALT+DEL was pressed?
Please provide me with some source code or any web-link.
Please note that, I am using polling mechanism, not event.
I need to do it in win32 console mode.