ReactOS
0.4.15-dev-2103-g9dff498
|
#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 { ... } |
BOOLEAN _INITIAL_PEB::ImageUsesLargePages |
Definition at line 663 of file pstypes.h.
Referenced by PspCreateProcess().
HANDLE _INITIAL_PEB::Mutant |
Definition at line 676 of file pstypes.h.
Referenced by PspCreateProcess().