Home
last modified time | relevance | path

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

/aoo42x/main/migrationanalysis/src/wizard/
H A DAnalyse.bas131 (ByVal hSnapShot As Long, uProcess As PROCESSENTRY32) As Long
135 (ByVal hSnapShot As Long, uProcess As PROCESSENTRY32) As Long
140 Dim hSnapShot As Long variable
163 hSnapShot = CreateToolhelp32Snapshot(TH32CS_SNAPPROCESS, 0&)
165 If hSnapShot = -1 Then GoTo FinalExit
168 success = ProcessFirst(hSnapShot, uProcess)
178 success = ProcessNext(hSnapShot, uProcess)
183 Call CloseHandle(hSnapShot)

Completed in 18 milliseconds