Searched refs:hService (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj2/src/build-tools/windows/
H A Dservice.c964 SC_HANDLE hService; local
975 hService = OpenService(hScm, serviceName, SERVICE_QUERY_STATUS);
976 if(hService == NULL)
985 if (QueryServiceStatus(hService, &ss))
996 CloseServiceHandle(hService);
/forgerock/opendj-b2.6/src/build-tools/windows/
H A Dservice.c965 SC_HANDLE hService; local
976 hService = OpenService(hScm, serviceName, SERVICE_QUERY_STATUS);
977 if(hService == NULL)
986 if (QueryServiceStatus(hService, &ss))
997 CloseServiceHandle(hService);
/forgerock/opendj2.6.2/src/build-tools/windows/
H A Dservice.c965 SC_HANDLE hService; local
976 hService = OpenService(hScm, serviceName, SERVICE_QUERY_STATUS);
977 if(hService == NULL)
986 if (QueryServiceStatus(hService, &ss))
997 CloseServiceHandle(hService);
/forgerock/opendj2-hg/src/build-tools/windows/
H A Dservice.c964 SC_HANDLE hService; local
975 hService = OpenService(hScm, serviceName, SERVICE_QUERY_STATUS);
976 if(hService == NULL)
985 if (QueryServiceStatus(hService, &ss))
996 CloseServiceHandle(hService);
/forgerock/opendj2-jel-hg/src/build-tools/windows/
H A Dservice.c965 SC_HANDLE hService; local
976 hService = OpenService(hScm, serviceName, SERVICE_QUERY_STATUS);
977 if(hService == NULL)
986 if (QueryServiceStatus(hService, &ss))
997 CloseServiceHandle(hService);
/forgerock/opendj-v3/opendj-server-legacy/src/build-tools/windows/
H A Dservice.c964 SC_HANDLE hService; local
975 hService = OpenService(hScm, serviceName, SERVICE_QUERY_STATUS);
976 if(hService == NULL)
985 if (QueryServiceStatus(hService, &ss))
996 CloseServiceHandle(hService);

Completed in 57 milliseconds