DkmFrameNameFormatOptions 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 how the stack provider create DkmStackFrame objects.
This enumeration supports a bitwise combination of its member values.
public enum class DkmFrameNameFormatOptions
public enum class DkmFrameNameFormatOptions
enum DkmFrameNameFormatOptions
[System.Flags]
public enum DkmFrameNameFormatOptions
[<System.Flags>]
type DkmFrameNameFormatOptions =
Public Enum DkmFrameNameFormatOptions
- Inheritance
-
DkmFrameNameFormatOptions
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | No additional information is included in the frame name. |
Module | 1 | Include the module name in the frame name. |
Lines | 2 | Include the number of lines at the end of the frame name. |
ByteOffsets | 4 | Include the byte offset at the end of the frame name. |
ReturnType | 8 | Include the return type in the frame name. |
ReturnTypeField | 16 | Include the return type field in the frame object. |
DocumentPositionField | 32 | Include the document position in the frame object. |
TaskIds | 64 | Include the task id (if any) in the frame name. |