MCPcopy Create free account
hub / github.com/Squirrel/Squirrel.Windows / EnumProcesses

Method EnumProcesses

src/Squirrel/NativeMethods.cs:54–58  ·  view source on GitHub ↗
(
            IntPtr pProcessIds, // pointer to allocated DWORD array
            int cb,
            out int pBytesReturned)

Source from the content-addressed store, hash-verified

52 out int len);
53
54 [DllImport("psapi.dll", SetLastError=true)]
55 internal static extern bool EnumProcesses(
56 IntPtr pProcessIds, // pointer to allocated DWORD array
57 int cb,
58 out int pBytesReturned);
59
60 [DllImport("kernel32.dll", SetLastError=true)]
61 internal static extern bool QueryFullProcessImageName(

Callers 1

EnumerateProcessesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected