I have been searching around the internet high and low and i cant seem to come up with a solution that i am looking for.

Basically i am making a login application for my TV station to track people who use the computer. I need to disable system key combinations like windows + d and alt + tab etc.

I know i need to use a user32.dll keyboard hook to accomplish this but i cannot find literature telling me how to do it.

Also i am looking for any general tutorial explaining about api hooking and dll imports.

Any information would be greatly helpful, thank you.