ErrorControl
(number) The severity of the error if this service fails to start during startup. Can be one of the following:
CONSTANT |
VALUE DESCRIPTION |
|
SERVICE_ERROR_IGNORE |
0 |
The startup program logs the error but continues the startup operation. |
SERVICE_ERROR_NORMAL |
1 |
The startup program logs the error and puts up a message box pop-up but continues the startup operation. |
SERVICE_ERROR_SEVERE |
2 |
The startup program logs the error. If the last-known-good configuration is being started, the startup operation continues. Otherwise, the system is restarted with the last-known-good configuration. |
SERVICE_ERROR_CRITICAL |
3 |
The startup program logs the error, if possible. If the last- known-good configuration is being started, the startup operation fails. Otherwise, the system is restarted with the last-known good configuration. |