ReactOS 0.4.15-dev-7953-g1f49173
_INITIAL_PEB Struct Reference

#include <pstypes.h>

Collaboration diagram for _INITIAL_PEB:

Public Attributes

BOOLEAN InheritedAddressSpace
 
BOOLEAN ReadImageFileExecOptions
 
BOOLEAN BeingDebugged
 
union {
   BOOLEAN   BitField
 
   struct {
      BOOLEAN   ImageUsesLargePages:1
 
      BOOLEAN   IsProtectedProcess:1
 
      BOOLEAN   IsLegacyProcess:1
 
      BOOLEAN   SpareBits:5
 
   } 
 
}; 
 
HANDLE Mutant
 

Detailed Description

Definition at line 660 of file pstypes.h.

Member Data Documentation

◆ 

union { ... } _INITIAL_PEB::@2643

◆ BeingDebugged

BOOLEAN _INITIAL_PEB::BeingDebugged

Definition at line 664 of file pstypes.h.

◆ BitField

BOOLEAN _INITIAL_PEB::BitField

Definition at line 667 of file pstypes.h.

◆ ImageUsesLargePages

BOOLEAN _INITIAL_PEB::ImageUsesLargePages

Definition at line 671 of file pstypes.h.

Referenced by PspCreateProcess().

◆ InheritedAddressSpace

BOOLEAN _INITIAL_PEB::InheritedAddressSpace

Definition at line 662 of file pstypes.h.

◆ IsLegacyProcess

BOOLEAN _INITIAL_PEB::IsLegacyProcess

Definition at line 674 of file pstypes.h.

◆ IsProtectedProcess

BOOLEAN _INITIAL_PEB::IsProtectedProcess

Definition at line 673 of file pstypes.h.

◆ Mutant

HANDLE _INITIAL_PEB::Mutant

Definition at line 684 of file pstypes.h.

Referenced by PspCreateProcess().

◆ ReadImageFileExecOptions

BOOLEAN _INITIAL_PEB::ReadImageFileExecOptions

Definition at line 663 of file pstypes.h.

◆ SpareBits

BOOLEAN _INITIAL_PEB::SpareBits

Definition at line 675 of file pstypes.h.


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