MemoryType Enumeration
Specifies the type of pages in a memory region.
Namespace: DevCase.Win32.EnumsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
Public Enumeration MemoryType
Dim instance As MemoryType
public enum class MemoryType
No code example is currently available or this language may not be supported.
Private |
131,072 |
Indicates that the memory pages within the region are private (that is, not shared by other processes).
|
Mapped |
262,144 |
Indicates that the memory pages within the region are mapped into the view of a section.
|
Image |
16,777,216 |
Indicates that the memory pages within the region are mapped into the view of an image section.
|