For the complete documentation index, see llms.txt. This page is also available as Markdown.

PROCESS_BASIC_INFORMATION

public struct PROCESS_BASIC_INFORMATION
{
    public NTSTATUS ExitStatus;
    public unsafe void* PebBaseAddress;
    public nuint AffinityMask;
    public int BasePriority;
    public nuint UniqueProcessId;
    public nuint InheritedFromUniqueProcessId;
}

Last updated