Microsoft SDK for Java

IRemoteStackFrameEx::
GetStackRange

The GetStackRange method of the IRemoteStackFrameEx interface returns the addresses of the upper and lower bounds of this stack frame.

Syntax

HRESULT GetStackRange(ULONG *pdwMin, ULONG *pdwLim)

Parameters

[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.

Return Value

S_OK Success. 

© 1999 Microsoft Corporation. All rights reserved. Terms of use.