|
ReactOS 0.4.16-dev-1946-g52006dd
|
#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::@2821 |
| BOOLEAN _INITIAL_PEB::ImageUsesLargePages |
Definition at line 710 of file pstypes.h.
Referenced by PspCreateProcess().
| HANDLE _INITIAL_PEB::Mutant |
Definition at line 723 of file pstypes.h.
Referenced by PspCreateProcess().