Share via


DkmStackWalkFrame.GetUnwindAddress(DkmInstructionAddress) Method

Definition

Returns the address that represents the location if an exception were to be intercepted to this frame.

public:
 void GetUnwindAddress([Runtime::InteropServices::Out] Microsoft::VisualStudio::Debugger::DkmInstructionAddress ^ % NewAddress);
public void GetUnwindAddress (out Microsoft.VisualStudio.Debugger.DkmInstructionAddress NewAddress);
member this.GetUnwindAddress : DkmInstructionAddress -> unit
Public Sub GetUnwindAddress (ByRef NewAddress As DkmInstructionAddress)

Parameters

NewAddress
DkmInstructionAddress

[Out] Possible new address if an exception was unwound to this frame.

Applies to