From: pawar.dipali on
Message Queue of an application can be hooked using SetWindowsHookEx
function.
I want to develop an key logger detection software.
Not a key logger monitor tool.

Many links speak of accessing the Hook Chain using TEB-
>Win32ThreadInfo.
The TEB is wel documented but I am unable to get Win32ThreadInfo
structure.