Microsoft SDK for Java

IRemoteStackFrameEx::
GetMethodLocation

The GetMethodLocation method of the IRemoteStackFrameEx interface returns the IMethodLocation interface. IMethodLocation represents the current location where execution will resume in the current execution model (interpreted or JIT-compiled, for example) for this stack frame. See Controlling Execution and the IMethodLocation interface for more details.

Syntax

HRESULT GetMethodLocation(IMethodLocation *ppiml)

Parameters

[out] *ppiml Returns the current location where execution will resume in this stack frame. 

Return Value

S_OK Success. 

E_OUTOFMEMORY Insufficient memory.

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