.
Remember to call UnhookWindowsHookEx using the handle returned by SetWindowsHookEx
The UnhookWindowsHookEx API
1/7/2019 10:40:51 AM - -93.41.3.12
Installs a hook to monitor certain types of events.
1/7/2019 10:18:01 AM - -93.41.3.12
.
The UnhookWindowsHookEx API
1/7/2019 10:40:51 AM - -93.41.3.12
.
static extern bool UnhookWindowsHookEx(IntPtr hhk);
.
Public Shared Function UnhookWindowsHookEx(ByVal hhk As IntPtr) As Boolean
.