DkmRawReturnValue Class
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.
DkmRawReturnValue carries sufficient context that can be used to partially reconstruct and visualize a function-call's return value.
Derived classes: DkmCustomRawReturnValue, DkmNativeRawReturnValue, DkmRawManagedReturnValue
public ref class DkmRawReturnValue abstract
[Windows::Foundation::Metadata::WebHostHidden]
public ref class DkmRawReturnValue abstract
[Windows::Foundation::Metadata::WebHostHidden]
class DkmRawReturnValue abstract
[System.Runtime.InteropServices.Guid("eecc8d2d-81c3-9823-e89f-1438471e579d")]
public abstract class DkmRawReturnValue
[<System.Runtime.InteropServices.Guid("eecc8d2d-81c3-9823-e89f-1438471e579d")>]
type DkmRawReturnValue = class
Public MustInherit Class DkmRawReturnValue
- Inheritance
-
DkmRawReturnValue
- Derived
- Attributes
Properties
ReturnFrom |
IP address within the symbol that was returned called and from. Note that there's no guarantee where in the function this address will be. |
TagValue |
DkmRawReturnValue is an abstract base class. This enum indicates which derived class this object is an instance of. |