Constant | Value | Description |
---|---|---|
WIN32_SERVICE_ERROR_IGNORE |
0x00000000 | The startup program ignores the error and continues the startup operation. |
WIN32_SERVICE_ERROR_NORMAL |
0x00000001 | The startup program logs the error in the event log but continues the startup operation. |
WIN32_SERVICE_ERROR_SEVERE |
0x00000002 | The startup program logs the error in the event log. If the last-known-good configuration is being started, the startup operation continues. Otherwise, the system is restarted with the last-known-good configuration. |
WIN32_SERVICE_ERROR_CRITICAL |
0x00000003 | The startup program logs the error in the event log, 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. |
相关文章
php 预定义常量 db++ error codesphp win32service 函数 resumes a paused servicephp win32service 函数 returns the last control message that was sent to this servicephp win32service 函数 send a custom control to the servicephp win32service 函数 registers the script with the scm so that it can act as the service with the given namephp win32service 函数 starts a servicephp win32service 函数 stops a servicephp win32ps 预定义常量php 预定义常量 win32 base priority classesphp 预定义常量 win32service service control message accepted bitmasksphp 预定义常量 win32service service error control constantsphp 预定义常量 win32 error codesphp win32service 预定义常量php 预定义常量 win32 recovery actionphp 预定义常量 win32service service control message constantsphp 预定义常量 win32service service flag constantsphp 预定义常量 win32 service informationsphp 预定义常量 win32service service start type constantsphp 预定义常量 win32service service status constantsphp 预定义常量 win32service service type bitmasks
关注编程学问公众号
