Click or drag to resize
Xcalibur Systems LLC Logo

EventHelperUnhookWindowsHookEx Method

Removes a hook procedure installed in a hook chain by the SetWindowsHookEx function.

UnhookWindowsHookEx function


Namespace: Xcalibur.NativeMethods.V2.Events
Assembly: Xcalibur.NativeMethods.V2 (in Xcalibur.NativeMethods.V2.dll) Version: 1.0.1.0
Syntax
[DllImportAttribute("user32.dll", CallingConvention = CallingConvention.StdCall, 
	CharSet = CharSet.Auto)]
public static bool UnhookWindowsHookEx(
	int idHook
)

Parameters

idHook  Int32
A handle to the hook to be removed. This parameter is a hook handle obtained by a previous call to .

Return Value

Boolean
See Also