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 win32service 函数 returns the last control message that was sent to this servicephp win32service 函数 queries the status of a servicephp win32service 函数 send a custom control to the servicephp win32service 函数 define or return the exit code for the current running servicephp win32service 函数 define or return the exit mode for the current running servicephp win32service 函数 update the service statusphp 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 bitmasksphp win32service 安装/配置
关注编程学问公众号