Query: win32_continue_service
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
WIN32_CONTINUE_SERVICE(3) 1 WIN32_CONTINUE_SERVICE(3) win32_continue_service - Resumes a paused serviceSYNOPSISint win32_continue_service (string $servicename, [string $machine])DESCRIPTIONResumes a paused, named service. Requires administrative privileges.PARAMETERSo $servicename - The short name of the service. o $machine - Optional machine name. If omitted, the local machine is used.RETURN VALUESReturns WIN32_NO_ERROR on success, FALSE if there is a problem with the parameters or a Win32 Error Code on failure.SEE ALSOwin32_start_service(3), Win32 Error Codes. PHP Documentation Group WIN32_CONTINUE_SERVICE(3)