Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 18194 программиста и 1712 роботов. Сейчас ищут 1349 программистов ...
win32_get_last_control_message - Returns the last control message that was sent to this service
Вернуться к: win32service
win32_get_last_control_message
(PECL win32service SVN)
win32_get_last_control_message — Returns the last control message that was sent to this service
Описание
int win32_get_last_control_message
( void
)
Returns the control code that was last sent to this service process. When running as a service you should periodically check this to determine if your service needs to stop running.
Возвращаемые значения
Returns a control constant which will be one of the
Win32Service Service Control Message Constants:
WIN32_SERVICE_CONTROL_CONTINUE
,
WIN32_SERVICE_CONTROL_INTERROGATE
,
WIN32_SERVICE_CONTROL_PAUSE
,
WIN32_SERVICE_CONTROL_PRESHUTDOWN
,
WIN32_SERVICE_CONTROL_SHUTDOWN
,
WIN32_SERVICE_CONTROL_STOP
.
Смотрите также
- win32_start_service_ctrl_dispatcher() - Добавляет в Диспетчер Служб скрипт, который может быть использован как служба с заданным именем
- Win32Service Service Control Message Constants
Вернуться к: win32service