Constant | Value | Description |
---|---|---|
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 Руководство
- Функции по категориям
- Индекс функций
- Справочник функций
- Расширения только для Windows
- win32service
- Win32Service Service Type Bitmasks
- Win32Service Service Status Constants
- Win32Service Service Control Message Constants
- Win32Service Service Control Message Accepted Bitmasks
- Win32Service Service Start Type Constants
- Win32Service Service Error Control Constants
- Win32Service Service Flag Constants
- Win32 Error Codes
- Win32 Base Priority Classes
Коментарии
404 Not Found