DkmMemoryTimeFlags Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
None | 0 | Default value. Represents 'Now' on the current thread. |
IsPast | 1 | Describes a value read from a time in the past. |
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. |