DkmSourcePositionFlags 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.
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. |