DkmMemoryTimeFlags Enum

Definition

Enumeration describing the time that a memory read resolves to with respect to the current process time.

This API was introduced in Visual Studio 15 Update 8 (DkmApiVersion.VS15Update8).

This enumeration supports a bitwise combination of its member values.

public enum class DkmMemoryTimeFlags
[System.Flags]
public enum DkmMemoryTimeFlags
[<System.Flags>]
type DkmMemoryTimeFlags = 
Public Enum DkmMemoryTimeFlags
Inheritance
DkmMemoryTimeFlags
Attributes

Fields

IsFuture 2

Describes a value read from a time in the future.

IsIncomplete 4

Describes a memory range that has gaps in reachable memory across the lifespan of the process.

IsPast 1

Describes a value read from a time in the past.

None 0

Default value. Represents 'Now' on the current thread.

Applies to