On Windows there are many apis to manage the services such as
EnumServicesStatusEx
I need to manage (start, stop, isStarted, isStopped) two services, related to my application.
Is there a nice approach, without to use QProcess and console commands?
On Windows there are many apis to manage the services such as
EnumServicesStatusEx
I need to manage (start, stop, isStarted, isStopped) two services, related to my application.
Is there a nice approach, without to use QProcess and console commands?