UDF > WinAPIEx > System > Automation >


_WinAPI_UnhookWinEvent

Supprime une fonction hook d'�v�nement

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

Param�tre

$hEventHook Handle du hook d'�v�nement retourn� par le pr�c�dent appel � _WinAPI_SetWinEventHook().

Valeur de retour

Succ�s: Retourne True.
�chec: Retourne False.

En relation

_WinAPI_SetWinEventHook

Voir aussi

Consultez UnhookWinEvent dans la librairie MSDN.