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