The UnhookWindowsHookEx function removes a hook procedure installed in a hook chain by the SetWindowsHookEx function.
@param hhk Handle to the hook to be removed. This parameter is a hook handle obtained by a previous call to SetWindowsHookEx.
@return If the function succeeds, the return value is nonzero. If thefunction fails, the return value is zero. To get extended error information, call GetLastError.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.