Struct PROCESS_INFORMATION
- Namespace
- SunamoPInvoke.Structs
- Assembly
- SunamoPInvoke.dll
Contains information about a newly created process and its primary thread.
public struct PROCESS_INFORMATION
- Inherited Members
- Extension Methods
Fields
dwProcessId
A value that can be used to identify the process.
public int dwProcessId
Field Value
dwThreadId
A value that can be used to identify the primary thread.
public int dwThreadId
Field Value
hProcess
A handle to the newly created process.
public nint hProcess
Field Value
hThread
A handle to the primary thread of the newly created process.
public nint hThread