Skip to content

NativeMethods.PROCESS_BASIC_INFORMATION ​

Contains basic information about a process.

Kind: Struct

Namespace: ConnectorLib

Public Attributes

int

ExitStatus

Exit status of the process.

IntPtr

PebBaseAddress

Base address of the Process Environment Block (PEB).

IntPtr

AffinityMask

Affinity mask for the process.

int

BasePriority

Base priority of the process.

IntPtr

UniqueProcessId

Unique process identifier.

IntPtr

InheritedFromUniqueProcessId

Process identifier of the parent process.