Searched refs:CreateToolhelp32Snapshot (Results 1 – 7 of 7) sorted by relevance
243 CreateToolhelp32Snapshot = ctypes.windll.kernel32.CreateToolhelp32Snapshot248 hProcessSnap = CreateToolhelp32Snapshot(TH32CS_SNAPPROCESS, 0)
79 ::CreateToolhelp32Snapshot(TH32CS_SNAPPROCESS, 0)); in CollectProcessData()
441 base::win::ScopedHandle snap(::CreateToolhelp32Snapshot(TH32CS_SNAPMODULE, in EnumerateLoadedModules()
142 HANDLE hProcessSnapshot = CreateToolhelp32Snapshot(TH32CS_SNAPPROCESS, 0); in evalProcesses()
158 processSnapshot = CreateToolhelp32Snapshot( TH32CS_SNAPPROCESS, 0 ); in filelock_lock()
1049 V(CreateToolhelp32Snapshot) \1117 typedef HANDLE (__stdcall *DLL_FUNC_TYPE(CreateToolhelp32Snapshot))( typedef
487 snapshot_ = CreateToolhelp32Snapshot(TH32CS_SNAPPROCESS, 0); in ProcessIterator()