###User Defined Function###
_WinAPI_UnhookWindowsHookEx

###Description###
Removes a hook procedure installed in a hook chain by the _WinAPI_SetWindowsHookEx function

###Syntax###
#include <WinAPI.au3>
_WinAPI_UnhookWindowsHookEx ( $hhk )


###Parameters###
@@ParamTable@@
$hhk
	Handle to the hook to be removed
@@End@@

###ReturnValue###
@@ReturnTable@@
Success:	True
Failure:	False, call <a href="_WinAPI_GetLastError.htm">_WinAPI_GetLastError()</a> to get extended error information
@@End@@


###Remarks###
None.


###Related###
_WinAPI_SetWindowsHookEx


###See Also###
@@MsdnLink@@ UnhookWindowsHookEx


###Example###
@@IncludeExample@@
