DkmEvaluationResultStorageType 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.
If the result of an expression evaluation is data, indicates where the data is stored. This is principally used by the debugger UI to select icons in the watch and other expression evaluation windows.
public enum class DkmEvaluationResultStorageType
public enum class DkmEvaluationResultStorageType
enum DkmEvaluationResultStorageType
public enum DkmEvaluationResultStorageType
type DkmEvaluationResultStorageType =
Public Enum DkmEvaluationResultStorageType
- Inheritance
-
DkmEvaluationResultStorageType
Fields
Name | Value | Description |
---|---|---|
None | 0 | Indicates that the evaluation result does not have a storage type. |
Global | 1 | Indicates that the evaluation result represents a global variable. |
Static | 2 | Indicates that the evaluation result represents a static variable. |
Register | 3 | Indicates that the evaluation result represents a register. |