first commit
This commit is contained in:
14
NitroxModel/Platforms/OS/Windows/Internal/ProcessInfo.cs
Normal file
14
NitroxModel/Platforms/OS/Windows/Internal/ProcessInfo.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
namespace NitroxModel.Platforms.OS.Windows.Internal
|
||||
{
|
||||
[StructLayout(LayoutKind.Sequential, CharSet = CharSet.Auto)]
|
||||
public struct ProcessInfo
|
||||
{
|
||||
public IntPtr hProcess;
|
||||
public IntPtr hThread;
|
||||
public Int32 ProcessId;
|
||||
public Int32 ThreadId;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user