Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: bool UnhookWindowsHookEx(IntPtr)

Declaration

public static bool UnhookWindowsHookEx(
    IntPtr hInstance
)

Summary

Unhooks the windows hook.

Parameters

IntPtrhInstance The hook handle that was returned from SetWindowsHookEx

Returns

True if successful, false otherwise