Constant | Value | Description |
---|---|---|
WIN32_SERVICE_CONTINUE_PENDING |
0x00000005 | The service continue is pending. |
WIN32_SERVICE_PAUSE_PENDING |
0x00000006 | The service pause is pending. |
WIN32_SERVICE_PAUSED |
0x00000007 | The service is paused. |
WIN32_SERVICE_RUNNING |
0x00000004 | The service is running. |
WIN32_SERVICE_START_PENDING |
0x00000002 | The service is starting. |
WIN32_SERVICE_STOP_PENDING |
0x00000003 | The service is stopping. |
WIN32_SERVICE_STOPPED |
0x00000001 | The service is not running. |
相关文章
php win32service 函数 resumes a paused servicephp win32service 函数 creates a new service entry in the scm databasephp win32service 函数 deletes a service entry from the scm databasephp win32service 函数 queries the status of a servicephp win32service 函数 update the service statusphp win32service 函数 stops a servicephp win32service 简介php 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
关注编程学问公众号