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.

C++/CX
public enum class 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.

Applies to

Proizvod Verzije
Visual Studio SDK 2015, 2017, 2019, 2022