SC_HANDLE schService = OpenService(schSCManager, name.c_str(), SERVICE_ALL_ACCESS); if (!schService) { FreeLibrary(ADVAPI); ...
確定! 回上一頁