Регистрация Войти
Войти через VK Войти через FB Войти через Google Войти через Яндекс
Войти через VK Войти через FB Войти через Google Войти через Яндекс
Поиск по сайту
- PHP Manual
- Справочник функций
- Расширения только для 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
Win32Service Service Start Type Constants Win32Service Service Control Message Constants
Constant | Value | Description |
---|---|---|
WIN32_SERVICE_ACCEPT_PAUSE_CONTINUE | 0x00000002 | The service can be paused and continued. This control code allows the service to receive WIN32_SERVICE_CONTROL_PAUSE and WIN32_SERVICE_CONTROL_CONTINUE notifications. |
WIN32_SERVICE_ACCEPT_PRESHUTDOWN | 0x00000100 | The service can perform preshutdown tasks. This control code enables the service to receive WIN32_SERVICE_CONTROL_PRESHUTDOWN notifications. This value is not supported by Windows Server 2003 and Windows XP/2000. |
WIN32_SERVICE_ACCEPT_SHUTDOWN | 0x00000004 | The service is notified when system shutdown occurs. This control code allows the service to receive WIN32_SERVICE_CONTROL_SHUTDOWN notifications. |
WIN32_SERVICE_ACCEPT_STOP | 0x00000001 | The service can be stopped. This control code allows the service to receive WIN32_SERVICE_CONTROL_STOP notifications. |
add a note User Contributed Notes Win32Service Service Control Message Accepted Bitmasks - [0 notes]
There are no user contributed notes for this page.
show source | credits | sitemap | contact | advertising | mirror sites
Copyright © 2001-2013 The PHP Group
All rights reserved.
This mirror generously provided by: Cronyx Plus LLC
Last updated: Tue Apr 16 21:41:09 2013 MSK
Смотрите также:
Описание на ru2.php.net
Описание на php.ru