Constant | Value | Description |
---|---|---|
WIN32_SERVICE_BOOT_START |
0x00000000 | A device driver started by the system loader. This value is valid only for driver services. |
WIN32_SERVICE_SYSTEM_START |
0x00000001 | A device driver started by the IoInitSystem function. This value is valid only for driver services. |
WIN32_SERVICE_AUTO_START |
0x00000002 | A service started automatically by the service control manager during system startup. |
WIN32_SERVICE_DEMAND_START |
0x00000003 | A service started by the service control manager when a process calls the StartService function. |
WIN32_SERVICE_DISABLED |
0x00000004 | A service that cannot be started. Attempts to start the service result in the error code WIN32_ERROR_SERVICE_DISABLED . |
相关文章
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 函数 returns the last control message that was sent to this servicephp win32service 函数 stops a servicephp win32service 简介php 预定义常量 server name indication constantsphp 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
关注编程学问公众号