ReactOS 0.4.15-dev-7953-g1f49173
_PEB32 Struct Reference

#include <dbghelp_private.h>

Public Attributes

BOOLEAN InheritedAddressSpace
 
BOOLEAN ReadImageFileExecOptions
 
BOOLEAN BeingDebugged
 
BOOLEAN SpareBool
 
DWORD Mutant
 
DWORD ImageBaseAddress
 
DWORD LdrData
 
DWORD ProcessParameters
 
DWORD SubSystemData
 
DWORD ProcessHeap
 
DWORD FastPebLock
 
DWORD FastPebLockRoutine
 
DWORD FastPebUnlockRoutine
 
ULONG EnvironmentUpdateCount
 
DWORD KernelCallbackTable
 
ULONG Reserved [2]
 

Detailed Description

Definition at line 609 of file dbghelp_private.h.

Member Data Documentation

◆ BeingDebugged

BOOLEAN _PEB32::BeingDebugged

Definition at line 613 of file dbghelp_private.h.

◆ EnvironmentUpdateCount

ULONG _PEB32::EnvironmentUpdateCount

Definition at line 624 of file dbghelp_private.h.

◆ FastPebLock

DWORD _PEB32::FastPebLock

Definition at line 621 of file dbghelp_private.h.

◆ FastPebLockRoutine

DWORD _PEB32::FastPebLockRoutine

Definition at line 622 of file dbghelp_private.h.

◆ FastPebUnlockRoutine

DWORD _PEB32::FastPebUnlockRoutine

Definition at line 623 of file dbghelp_private.h.

◆ ImageBaseAddress

DWORD _PEB32::ImageBaseAddress

Definition at line 616 of file dbghelp_private.h.

◆ InheritedAddressSpace

BOOLEAN _PEB32::InheritedAddressSpace

Definition at line 611 of file dbghelp_private.h.

◆ KernelCallbackTable

DWORD _PEB32::KernelCallbackTable

Definition at line 625 of file dbghelp_private.h.

◆ LdrData

DWORD _PEB32::LdrData

Definition at line 617 of file dbghelp_private.h.

◆ Mutant

DWORD _PEB32::Mutant

Definition at line 615 of file dbghelp_private.h.

◆ ProcessHeap

DWORD _PEB32::ProcessHeap

Definition at line 620 of file dbghelp_private.h.

◆ ProcessParameters

DWORD _PEB32::ProcessParameters

Definition at line 618 of file dbghelp_private.h.

Referenced by check_live_target().

◆ ReadImageFileExecOptions

BOOLEAN _PEB32::ReadImageFileExecOptions

Definition at line 612 of file dbghelp_private.h.

◆ Reserved

ULONG _PEB32::Reserved[2]

Definition at line 626 of file dbghelp_private.h.

Referenced by check_live_target().

◆ SpareBool

BOOLEAN _PEB32::SpareBool

Definition at line 614 of file dbghelp_private.h.

◆ SubSystemData

DWORD _PEB32::SubSystemData

Definition at line 619 of file dbghelp_private.h.


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