win32Service - Display startup state

Mark Hammond mhammond at skippinet.com.au
Tue Aug 6 19:14:29 EDT 2002


Mathieu Belanger wrote:
> Hi all!
> 
> I know how to change a service's startup state with ChangeServiceConfig. But
> in my case, I want to know the actual startup state of a specific service.
> Is there a way to do that??
> 

win32service.QueryServiceConfig(), or the equivilent helper in 
win32serviceutil.

Mark.




More information about the Python-list mailing list