ReactOS 0.4.17-dev-769-g1500a35
_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 723 of file pstypes.h.

Member Data Documentation

◆ 

union { ... } _INITIAL_PEB::@3015

◆ BeingDebugged

BOOLEAN _INITIAL_PEB::BeingDebugged

Definition at line 727 of file pstypes.h.

◆ BitField

BOOLEAN _INITIAL_PEB::BitField

Definition at line 730 of file pstypes.h.

◆ ImageUsesLargePages

BOOLEAN _INITIAL_PEB::ImageUsesLargePages

Definition at line 734 of file pstypes.h.

Referenced by PspCreateProcess().

◆ InheritedAddressSpace

BOOLEAN _INITIAL_PEB::InheritedAddressSpace

Definition at line 725 of file pstypes.h.

◆ IsLegacyProcess

BOOLEAN _INITIAL_PEB::IsLegacyProcess

Definition at line 737 of file pstypes.h.

◆ IsProtectedProcess

BOOLEAN _INITIAL_PEB::IsProtectedProcess

Definition at line 736 of file pstypes.h.

◆ Mutant

HANDLE _INITIAL_PEB::Mutant

Definition at line 747 of file pstypes.h.

Referenced by PspCreateProcess().

◆ ReadImageFileExecOptions

BOOLEAN _INITIAL_PEB::ReadImageFileExecOptions

Definition at line 726 of file pstypes.h.

◆ SpareBits

BOOLEAN _INITIAL_PEB::SpareBits

Definition at line 738 of file pstypes.h.


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