CancelIPChangeNotify, fonction (iphlpapi.h)
La fonction CancelIPChangeNotify annule la notification des modifications d’adresse IPv4 et de routage précédemment demandées avec des appels réussis aux fonctions NotifyAddrChange ou NotifyRouteChange .
Syntaxe
IPHLPAPI_DLL_LINKAGE BOOL CancelIPChangeNotify(
[in] LPOVERLAPPED notifyOverlapped
);
Paramètres
[in] notifyOverlapped
Pointeur vers la structure OVERLAPPED utilisée dans l’appel précédent à NotifyAddrChange ou NotifyRouteChange.
Valeur de retour
None
Notes
The
La fonction CancelIPChangeNotify annule l’inscription d’une notification de modification précédemment demandée pour les modifications d’adresse IPv4 ou de routage sur un ordinateur local. Ces demandes d’inscription aux notifications sont effectuées en appelant les fonctions NotifyAddrChange ou NotifyRouteChange .
La structure OVERLAPPED utilisée dans l’appel précédent à l’une de ces fonctions de notification est passée à la fonction CancelIPChangeNotify dans le paramètre notifyOverlapped pour annuler l’inscription aux notifications.
CancelIPChangeNotify peut retourner FALSE si aucune demande de notification n’a été trouvée ou si un paramètre notifyOverlapped non valide a été passé.
Spécifications
Client minimal pris en charge | Windows XP [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows Server 2003 [applications de bureau uniquement] |
Plateforme cible | Windows |
En-tête | iphlpapi.h |
Bibliothèque | Iphlpapi.lib |
DLL | Iphlpapi.dll |