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

Name Value Description
None 0

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

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.

Applies to