| Constante | Valor | Descripción |
|---|---|---|
| WIN32_SERVICE_CONTINUE_PENDING | 0x00000005 | La continuación del servicio está pendiente. |
| WIN32_SERVICE_PAUSE_PENDING | 0x00000006 | La pausa del servicio está pendiente. |
| WIN32_SERVICE_PAUSED | 0x00000007 | El servicio está pausado. |
| WIN32_SERVICE_RUNNING | 0x00000004 | El servicio está en ejecución. |
| WIN32_SERVICE_START_PENDING | 0x00000002 | El servicio está iniciado. |
| WIN32_SERVICE_STOP_PENDING | 0x00000003 | El servicio está detenido. |
| WIN32_SERVICE_STOPPED | 0x00000001 | El servicio no está en ejecución. |
There are no user contributed notes for this page.
