SC_HANDLE schSCManager = OpenSCManager( NULL, NULL, ... SC_HANDLE schService = OpenService( schSCManager, pName, SERVICE_ALL_ACCESS);
確定! 回上一頁