UnhookWindowsHookEx function user32

int UnhookWindowsHookEx(
  1. int hhk
)

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

BOOL UnhookWindowsHookEx(
  HHOOK hhk
);

Implementation

int UnhookWindowsHookEx(int hhk) => _UnhookWindowsHookEx(hhk);