1 2 3 4 5 6 7
#pragma once #include <windows.h> bool ServiceIsRunning(const std::wstring &serviceName); void PokeService(const std::wstring &serviceName, bool stopService, bool deleteService);