DkmStackWalkFrame.GetUnwindAddress(DkmInstructionAddress) Method
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.
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.