DkmEvaluationResultStorageType Enum

Definition

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

Global 1

Indicates that the evaluation result represents a global variable.

None 0

Indicates that the evaluation result does not have a storage type.

Register 3

Indicates that the evaluation result represents a register.

Static 2

Indicates that the evaluation result represents a static variable.

Applies to