Home
last modified time | relevance | path

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

/aoo42x/main/setup_native/source/win32/customactions/indexingfilter/
H A Drestartindexingservice.cxx73 DWORD oldCheckPoint = status.dwCheckPoint; in StopIndexingService() local
94 if (status.dwCheckPoint > oldCheckPoint) in StopIndexingService()
97 oldCheckPoint = status.dwCheckPoint; in StopIndexingService()
119 DWORD oldCheckPoint = status.dwCheckPoint; in StartIndexingService() local
140 if (status.dwCheckPoint > oldCheckPoint) in StartIndexingService()
143 oldCheckPoint = status.dwCheckPoint; in StartIndexingService()

Completed in 16 milliseconds