'Declaration
Public Shared Function UnhookWindowsHookEx( _ ByVal hookHandle As System.IntPtr _ ) As System.Boolean
'Usage
Dim hookHandle As System.IntPtr Dim value As System.Boolean value = NUser32.UnhookWindowsHookEx(hookHandle)
public static System.bool UnhookWindowsHookEx( System.IntPtr hookHandle )
Parameters
- hookHandle