#pragma once #include bool ServiceIsRunning(const std::wstring &serviceName); void PokeService(const std::wstring &serviceName, bool stopService, bool deleteService);