Table of Contents

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

int

dwThreadId

A value that can be used to identify the primary thread.

public int dwThreadId

Field Value

int

hProcess

A handle to the newly created process.

public nint hProcess

Field Value

nint

hThread

A handle to the primary thread of the newly created process.

public nint hThread

Field Value

nint