User Tools

Site Tools


codesamples:getcallingprocesses

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

codesamples:getcallingprocesses [2018/05/23 09:52] – created wolfgangriedmanncodesamples: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 
-// szExeFile[260] as byte +// szExeFile[260] as byte
-//  [MarshalAs(UnmanagedType.ByValTStr, SizeConst=260)] public string szExeFile; +
   [MarshalAs(UnmanagedType.ByValTStr, SizeConst:=260)] szExeFile as string   [MarshalAs(UnmanagedType.ByValTStr, SizeConst:=260)] szExeFile as string
          
 end structure</code> end structure</code>
  
codesamples/getcallingprocesses.1527069153.txt.gz · Last modified: 2018/05/23 09:52 by wolfgangriedmann