2 references to CreateToolhelp32Snapshot
System (2)
services\monitoring\system\diagnosticts\ProcessManager.cs (2)
356handle = NativeMethods.CreateToolhelp32Snapshot(NativeMethods.TH32CS_SNAPPROCESS | NativeMethods.TH32CS_SNAPTHREAD, 0); 426handle = NativeMethods.CreateToolhelp32Snapshot(NativeMethods.TH32CS_SNAPMODULE, processId);