Enum NativeMethods.PageProtection
[Flags]
public enum NativeMethods.PageProtection : uint
Fields
Execute = 16
ExecuteRead = 32
ExecuteReadWrite = 64
ExecuteWriteCopy = 128
Guard = 256
NoAccess = 1
NoCache = 512
ReadWrite = 4
Readonly = 2
WriteCombine = 1024
WriteCopy = 8