The GetStackRange method of the IRemoteStackFrameEx interface returns the addresses of the upper and lower bounds of this stack frame.
HRESULT GetStackRange(ULONG *pdwMin, ULONG *pdwLim)
[out] *pdwMin | Returns the address of the lower bound of this stack frame. |
[out] *pdwLim | Returns the address of the upper bound of this stack frame. |
S_OK Success.