codesamples:getcallingprocesses
Differences
This shows you the differences between two versions of the page.
| codesamples:getcallingprocesses [2018/05/23 09:52] – created wolfgangriedmann | codesamples:getcallingprocesses [2018/05/23 09:53] (current) – wolfgangriedmann | ||
|---|---|---|---|
| Line 71: | Line 71: | ||
| [StructLayout(LayoutKind.Sequential)]; | [StructLayout(LayoutKind.Sequential)]; | ||
| structure PROCESSENTRY32 | structure PROCESSENTRY32 | ||
| - | dwSize as dword | + | dwSize as dword |
| - | cntUsage as dword | + | cntUsage as dword |
| - | th32ProcessID as dword | + | th32ProcessID as dword |
| - | th32DefaultHeapID as IntPtr | + | th32DefaultHeapID as IntPtr |
| - | th32ModuleID as dword | + | th32ModuleID as dword |
| - | cntThreads as dword | + | cntThreads as dword |
| - | th32ParentProcessID as dword | + | th32ParentProcessID as dword |
| - | pcPriClassBase as int | + | pcPriClassBase as int |
| - | dwFlags as dword | + | dwFlags as dword |
| - | // | + | // |
| - | // [MarshalAs(UnmanagedType.ByValTStr, | + | |
| [MarshalAs(UnmanagedType.ByValTStr, | [MarshalAs(UnmanagedType.ByValTStr, | ||
| | | ||
| end structure</ | end structure</ | ||
codesamples/getcallingprocesses.1527069153.txt.gz · Last modified: 2018/05/23 09:52 by wolfgangriedmann