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