Constante | Valeur | Description |
---|---|---|
WIN32_SERVICE_CONTINUE_PENDING |
0x00000005 | La continuation du service est en attente. |
WIN32_SERVICE_PAUSE_PENDING |
0x00000006 | La pause du service est en attente. |
WIN32_SERVICE_PAUSED |
0x00000007 | Le service est en pause. |
WIN32_SERVICE_RUNNING |
0x00000004 | Le service est en cours d'exécution. |
WIN32_SERVICE_START_PENDING |
0x00000002 | Le service est en cours de démarrage. |
WIN32_SERVICE_STOP_PENDING |
0x00000003 | Le service est en cours d'arrêt. |
WIN32_SERVICE_STOPPED |
0x00000001 | Le service est arrêté. |