Share via


UnregisterAppStateChangeNotification, fonction (appnotify.h)

Annule une notification de modification inscrite via RegisterAppStateChangeNotification.

Syntaxe

APICONTRACT VOID UnregisterAppStateChangeNotification(
  [in, out] PAPPSTATE_REGISTRATION Registration
);

Paramètres

[in, out] Registration

Pointeur vers le handle d’inscription récupéré par RegisterAppStateChangeNotification via son paramètre Registration .

Valeur renvoyée

Cette fonction ne retourne pas de valeur.

Configuration requise

Condition requise Valeur
Plateforme cible Windows
En-tête appnotify.h
Bibliothèque Appnotify.lib
DLL Twinapi.core.dll

Voir aussi

RegisterAppStateChangeNotification