Method ReleaseHook
ReleaseHook(IntPtr)
Removes a hook procedure installed in a hook chain.
public static bool ReleaseHook(IntPtr hhk)
Parameters
hhk
IntPtrHandle to the hook to be removed.
Returns
- bool
True if succeed; otherwise false.
Removes a hook procedure installed in a hook chain.
public static bool ReleaseHook(IntPtr hhk)
hhk
IntPtrHandle to the hook to be removed.
True if succeed; otherwise false.