DkmSourcePositionFlags Enum

Definition

Flags which affect the behavior of 'GetSourcePosition'.

This enumeration supports a bitwise combination of its member values.

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

Fields

ExtendedSourceRange 1

Instructs the symbol provider to extend the source range to include surrounding source code in addition to the source statement which corresponds to the instruction symbol. This option is used in the disassembly window.

None 0

Instructs the symbol provider to use the default behavior of GetSourcePosition.

Applies to