ReactOS 0.4.16-dev-401-g45b008d
_PROCESS_BASIC_INFORMATION Struct Reference

#include <winternl.h>

Collaboration diagram for _PROCESS_BASIC_INFORMATION:

Public Attributes

PVOID Reserved1
 
PPEB PebBaseAddress
 
PVOID Reserved2 [2]
 
ULONG_PTR UniqueProcessId
 
PVOID Reserved3
 
NTSTATUS ExitStatus
 
struct _PEBPebBaseAddress
 
ULONG_PTR AffinityMask
 
KPRIORITY BasePriority
 
ULONG_PTR InheritedFromUniqueProcessId
 

Detailed Description

Definition at line 401 of file winternl.h.

Member Data Documentation

◆ AffinityMask

ULONG_PTR _PROCESS_BASIC_INFORMATION::AffinityMask

◆ BasePriority

KPRIORITY _PROCESS_BASIC_INFORMATION::BasePriority

Definition at line 338 of file pstypes.h.

Referenced by NtQueryInformationProcess(), and Test_ProcessBasicInformation().

◆ ExitStatus

NTSTATUS _PROCESS_BASIC_INFORMATION::ExitStatus

◆ InheritedFromUniqueProcessId

ULONG_PTR _PROCESS_BASIC_INFORMATION::InheritedFromUniqueProcessId

◆ PebBaseAddress [1/2]

◆ PebBaseAddress [2/2]

struct _PEB* _PROCESS_BASIC_INFORMATION::PebBaseAddress

Definition at line 336 of file pstypes.h.

◆ Reserved1

PVOID _PROCESS_BASIC_INFORMATION::Reserved1

Definition at line 403 of file winternl.h.

◆ Reserved2

PVOID _PROCESS_BASIC_INFORMATION::Reserved2

Definition at line 405 of file winternl.h.

◆ Reserved3

PVOID _PROCESS_BASIC_INFORMATION::Reserved3

Definition at line 407 of file winternl.h.

◆ UniqueProcessId

ULONG_PTR _PROCESS_BASIC_INFORMATION::UniqueProcessId

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