win32_get_last_control_message(3) php man page | unix.com

Man Page: win32_get_last_control_message

Operating Environment: php

Section: 3

WIN32_GET_LAST_CONTROL_MESSAGE(3)					 1					 WIN32_GET_LAST_CONTROL_MESSAGE(3)

win32_get_last_control_message - Returns the last control message that was sent to this service

SYNOPSIS
int win32_get_last_control_message (void )
DESCRIPTION
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.
RETURN VALUES
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.
SEE ALSO
win32_start_service_ctrl_dispatcher(3), Win32Service Service Control Message Constants. PHP Documentation Group WIN32_GET_LAST_CONTROL_MESSAGE(3)
Related Man Pages
inets(3erl) - linux
xrctl(1) - debian
win32_query_service_status(3) - php
win32_delete_service(3) - php
win32_set_service_status(3) - php
Similar Topics in the Unix Linux Community
Simple rules of the UNIX.COM forums:
User Guide: Posting in the Emergency Forum
Forum Video Tutorial: How to Use Code Tags
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Don Cragun
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Wolf Machowitsch