ReactOS 0.4.15-dev-7934-g1dc8d80
PROCESS_BASIC_INFORMATION_PRIVATE Struct Reference
Collaboration diagram for PROCESS_BASIC_INFORMATION_PRIVATE:

Public Attributes

DWORD_PTR ExitStatus
 
PPEB PebBaseAddress
 
DWORD_PTR AffinityMask
 
DWORD_PTR BasePriority
 
ULONG_PTR UniqueProcessId
 
ULONG_PTR InheritedFromUniqueProcessId
 

Detailed Description

Definition at line 41 of file loader.c.

Member Data Documentation

◆ AffinityMask

DWORD_PTR PROCESS_BASIC_INFORMATION_PRIVATE::AffinityMask

Definition at line 45 of file loader.c.

◆ BasePriority

DWORD_PTR PROCESS_BASIC_INFORMATION_PRIVATE::BasePriority

Definition at line 46 of file loader.c.

◆ ExitStatus

DWORD_PTR PROCESS_BASIC_INFORMATION_PRIVATE::ExitStatus

Definition at line 43 of file loader.c.

◆ InheritedFromUniqueProcessId

ULONG_PTR PROCESS_BASIC_INFORMATION_PRIVATE::InheritedFromUniqueProcessId

Definition at line 48 of file loader.c.

◆ PebBaseAddress

PPEB PROCESS_BASIC_INFORMATION_PRIVATE::PebBaseAddress

Definition at line 44 of file loader.c.

◆ UniqueProcessId

ULONG_PTR PROCESS_BASIC_INFORMATION_PRIVATE::UniqueProcessId

Definition at line 47 of file loader.c.


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