C++ 關閉指定的windows服務

bool CloseWindowsService(TCHAR* service) //服務名 {     SC_HANDLE hSC = OpenSCManager(NULL, NULL, SC_MANAGER_ALL_ACCESS);     if (hSC == NULL)      {         printf("OpenSCManager fail(%ld)", GetLastErro
相關文章
相關標籤/搜索