Method
EnumProcesses
(
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( |
Tested by
no test coverage detected