ReactOS 0.4.16-dev-927-g467dec4
|
#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::@2717 |
BOOLEAN _INITIAL_PEB::ImageUsesLargePages |
Definition at line 672 of file pstypes.h.
Referenced by PspCreateProcess().
HANDLE _INITIAL_PEB::Mutant |
Definition at line 685 of file pstypes.h.
Referenced by PspCreateProcess().