IDkmFrameExceptionInterceptProvider.GetUnwindAddress Method

Definition

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

public:
 void GetUnwindAddress(Microsoft::VisualStudio::Debugger::CallStack::DkmStackWalkFrame ^ frame, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Debugger::DkmInstructionAddress ^ % newAddress);
public void GetUnwindAddress (Microsoft.VisualStudio.Debugger.CallStack.DkmStackWalkFrame frame, out Microsoft.VisualStudio.Debugger.DkmInstructionAddress newAddress);
abstract member GetUnwindAddress : Microsoft.VisualStudio.Debugger.CallStack.DkmStackWalkFrame * DkmInstructionAddress -> unit
Public Sub GetUnwindAddress (frame As DkmStackWalkFrame, ByRef newAddress As DkmInstructionAddress)

Parameters

frame
DkmStackWalkFrame

[In] DkmStackWalkFrame represents a frame on a call stack which has been walked, but may not have been formatted or filtered. Formatted frames are represented by DkmStackFrame instead.

newAddress
DkmInstructionAddress

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

Applies to