PHP Dokumentation: Function win32-get-last-control-message
12. Januar 2010 von werner
win32_get_last_control_message
(PECL win32service SVN)
win32_get_last_control_message — Returns the last control message that was sent to this service
Beschreibung
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.
Rückgabewerte
Returns a control constant; one of WIN32_SERVICE_CONTROL_CONTINUE, WIN32_SERVICE_CONTROL_INTERROGATE, WIN32_SERVICE_CONTROL_PAUSE, WIN32_SERVICE_CONTROL_STOP, WIN32_SERVICE_CONTROL_HARDWAREPROFILECHANGE, WIN32_SERVICE_CONTROL_POWEREVENT, WIN32_SERVICE_CONTROL_SESSIONCHANGE.
Siehe auch
- win32_start_service_ctrl_dispatcher() – Registers the script with the SCM, so that it can act as the service with the given name