Searched refs:hService (Results 1 – 2 of 2) sorted by relevance
63 bool StopIndexingService(SC_HANDLE hService) in StopIndexingService() argument67 if (ControlService_(hService, SERVICE_CONTROL_STOP, &status)) in StopIndexingService()70 if (QueryServiceStatus_(hService, &status)) in StopIndexingService()90 if (!QueryServiceStatus_(hService, &status) || in StopIndexingService()109 void StartIndexingService(SC_HANDLE hService) in StartIndexingService() argument111 if (StartService_(hService, 0, NULL)) in StartIndexingService()116 if (QueryServiceStatus_(hService, &status)) in StartIndexingService()136 if (!QueryServiceStatus_(hService, &status) || in StartIndexingService()
380 DdeService* DdeInternal::FindService( HSZ hService ) in FindService() argument386 if ( *s->pName == hService ) in FindService()
Completed in 12 milliseconds