Click or drag to resize
Xcalibur Systems LLC Logo

MemoryTypes Enumeration

The type of pages in the region.

MEMORY_BASIC_INFORMATION structure


Namespace: Xcalibur.NativeMethods.V2.Memory
Assembly: Xcalibur.NativeMethods.V2 (in Xcalibur.NativeMethods.V2.dll) Version: 1.0.1.0
Syntax
[FlagsAttribute]
public enum MemoryTypes
Members
Member nameValueDescription
MemPrivate131,072 Indicates that the memory pages within the region are private (that is, not shared by other processes).
MemMapped262,144 Indicates that the memory pages within the region are mapped into the view of a section.
MemImage16,777,216 Indicates that the memory pages within the region are mapped into the view of an image section.
See Also