Funktionreferenz


_WinAPI_UnhookWinEvent


Removes an event hook function

#include <WinAPISys.au3>
_WinAPI_UnhookWinEvent ( $hEventHook )

Parameter

$hEventHook Handle to the event hook returned in the previous call to _WinAPI_SetWinEventHook().

Rückgabewert

Success: True.
Failure: False.

Bemerkungen

None.

Verwandte Funktionen

_WinAPI_SetWinEventHook

Siehe auch

Suche nach UnhookWinEvent in der MSDN Bibliothek.