Home
last modified time | relevance | path

Searched refs:hService (Results 1 – 2 of 2) sorted by relevance

/trunk/main/setup_native/source/win32/customactions/indexingfilter/
H A Drestartindexingservice.cxx63 bool StopIndexingService(SC_HANDLE hService) in StopIndexingService() argument
67 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() argument
111 if (StartService_(hService, 0, NULL)) in StartIndexingService()
116 if (QueryServiceStatus_(hService, &status)) in StartIndexingService()
136 if (!QueryServiceStatus_(hService, &status) || in StartIndexingService()
/trunk/main/svl/source/svdde/
H A Dddesvr.cxx380 DdeService* DdeInternal::FindService( HSZ hService ) in FindService() argument
386 if ( *s->pName == hService ) in FindService()

Completed in 47 milliseconds