|
win32_get_last_control_messageReturns the last control message that was sent to this service Description
int win32_get_last_control_message()
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. Caution
Since version 0.2.0, this function work only in "cli" SAPI. On other SAPI this function is disabled. ParametersThis function has no parameters. Return Values
Returns a control constant which will be one of the
Win32Service Service Control Message Constants:
If the value is between 128 and 255, the control code is custom. Errors/Exceptions
Prior to version 1.0.0, if the SAPI is not
As of version 1.0.0, will throw a
Win32ServiceException if SAPI is not
Changelog
See Also
|