IDebugStackFrame2.GetPhysicalStackRange(UInt64, UInt64) 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.
public:
int GetPhysicalStackRange([Runtime::InteropServices::Out] System::UInt64 % paddrMin, [Runtime::InteropServices::Out] System::UInt64 % paddrMax);
public int GetPhysicalStackRange (out ulong paddrMin, out ulong paddrMax);
abstract member GetPhysicalStackRange : uint64 * uint64 -> int
Public Function GetPhysicalStackRange (ByRef paddrMin As ULong, ByRef paddrMax As ULong) As Integer
Parameters
- paddrMin
- UInt64
- paddrMax
- UInt64