ReactOS 0.4.15-dev-7842-g558ab78
_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

Definition at line 337 of file pstypes.h.

Referenced by GetProcessAffinityMask(), and NtQueryInformationProcess().

◆ BasePriority

KPRIORITY _PROCESS_BASIC_INFORMATION::BasePriority

Definition at line 338 of file pstypes.h.

Referenced by NtQueryInformationProcess().

◆ ExitStatus

NTSTATUS _PROCESS_BASIC_INFORMATION::ExitStatus

Definition at line 335 of file pstypes.h.

Referenced by _main(), GetExitCodeProcess(), and NtQueryInformationProcess().

◆ InheritedFromUniqueProcessId

ULONG_PTR _PROCESS_BASIC_INFORMATION::InheritedFromUniqueProcessId

Definition at line 340 of file pstypes.h.

Referenced by CON_API_NOCONSOLE(), and NtQueryInformationProcess().

◆ 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

Definition at line 406 of file winternl.h.

Referenced by GetProcessId(), NtQueryInformationProcess(), and SmpApiLoop().


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