ReactOS 0.4.16-dev-1636-g0502e33
_PROCESS_BASIC_INFORMATION64 Struct Reference

#include <winternl.h>

Public Attributes

NTSTATUS ExitStatus
 
UINT64 PebBaseAddress
 
UINT64 AffinityMask
 
LONG BasePriority
 
UINT64 UniqueProcessId
 
UINT64 InheritedFromUniqueProcessId
 

Detailed Description

Definition at line 2744 of file winternl.h.

Member Data Documentation

◆ AffinityMask

UINT64 _PROCESS_BASIC_INFORMATION64::AffinityMask

Definition at line 2747 of file winternl.h.

◆ BasePriority

LONG _PROCESS_BASIC_INFORMATION64::BasePriority

Definition at line 2748 of file winternl.h.

◆ ExitStatus

NTSTATUS _PROCESS_BASIC_INFORMATION64::ExitStatus

Definition at line 2745 of file winternl.h.

◆ InheritedFromUniqueProcessId

UINT64 _PROCESS_BASIC_INFORMATION64::InheritedFromUniqueProcessId

Definition at line 2750 of file winternl.h.

◆ PebBaseAddress

UINT64 _PROCESS_BASIC_INFORMATION64::PebBaseAddress

Definition at line 2746 of file winternl.h.

◆ UniqueProcessId

UINT64 _PROCESS_BASIC_INFORMATION64::UniqueProcessId

Definition at line 2749 of file winternl.h.


The documentation for this struct was generated from the following file: