DkmGPUAddressType 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.
DkmGPUAddressType describes if an address represents a special location in the GPU debuggee's byte code.
This enumeration supports a bitwise combination of its member values.
public enum class DkmGPUAddressType
public enum class DkmGPUAddressType
enum DkmGPUAddressType
[System.Flags]
public enum DkmGPUAddressType
[<System.Flags>]
type DkmGPUAddressType =
Public Enum DkmGPUAddressType
- Inheritance
-
DkmGPUAddressType
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 1 | No type flat is set. |
FunctionCall | 2 | The address is at the inline function call site, that is, the instruction just before inline function. |
NoStepInto | 4 | The address has symbols but should not be stepped into. |