SC_HANDLE scm_handle = OpenSCManager(0, 0, GENERIC_READ); if (scm_handle) { SC_HANDLE service_handle = OpenService(scm_handle, ...
確定! 回上一頁