DkmNativeNonUserCodeReason 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.
The reason why code is marked non-user code.
This API was introduced in Visual Studio 15 Update 8 (DkmApiVersion.VS15Update8).
public enum class DkmNativeNonUserCodeReason
public enum DkmNativeNonUserCodeReason
type DkmNativeNonUserCodeReason =
Public Enum DkmNativeNonUserCodeReason
- Inheritance
-
DkmNativeNonUserCodeReason
Fields
Name | Value | Description |
---|---|---|
None | 0 | No reason specified. |
NoSymbols | 1 | No symbols are loaded for this module. |
NoSourceInfo | 2 | No source information is associated with the address. |
Function | 3 | The function is marked as non-user code. |
File | 4 | The file is marked as non-user code. |
Module | 5 | The module is marked as non-user code. |