Windows 常量定义在winuser.h中可以找到,如果了安装了visual studio 2010,winuser.h所在目录为C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Include /***************************************************************************** ** winuser.h -- USER procedure declarations,…
The UnhookWindowsHookEx function removes a hook procedure installed in a hook chain by the SetWindowsHookEx function. Syntax BOOL UnhookWindowsHookEx( HHOOK hhk ); Parameters hhk [in] Handle to the hook to be removed. This parameter is a ho…