Table of Contents

Enum NativeMethods.PageProtection

Namespace
Microsoft.Samples.Debugging.Native
Assembly
NativeDebugWrappers.dll
[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