énumération SC_EVENT_TYPE
Indique un type de service status modification pour la surveillance et la création de rapports.
Syntaxe
typedef enum _SC_EVENT_TYPE {
SC_EVENT_DATABASE_CHANGE = 0,
SC_EVENT_PROPERTY_CHANGE = 1,
SC_EVENT_STATUS_CHANGE = 2
} SC_EVENT_TYPE, *PSC_EVENT_TYPE;
Constantes
-
SC_EVENT_DATABASE_CHANGE
-
Un service a été ajouté ou supprimé. Le paramètre hService de la fonction SubscribeServiceChangeNotifications doit être un handle pour le SCM.
-
SC_EVENT_PROPERTY_CHANGE
-
Une ou plusieurs propriétés de service ont été mises à jour. Le paramètre hService de la fonction SubscribeServiceChangeNotifications doit être un handle pour le service.
-
SC_EVENT_STATUS_CHANGE
-
La status d’un service a changé. Le paramètre hService de la fonction SubscribeServiceChangeNotifications doit être un handle pour le service.
Spécifications
Condition requise | Valeur |
---|---|
Client minimal pris en charge |
Windows 8 |
Serveur minimal pris en charge |
Windows Server 2012 |
En-tête |
|