ReactOS 0.4.15-dev-6068-g8061a6f
|
#include <pstypes.h>
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 |
union { ... } _INITIAL_PEB::@2620 |
BOOLEAN _INITIAL_PEB::ImageUsesLargePages |
Definition at line 671 of file pstypes.h.
Referenced by PspCreateProcess().
HANDLE _INITIAL_PEB::Mutant |
Definition at line 684 of file pstypes.h.
Referenced by PspCreateProcess().