Microsoft SDK for Java

IRemoteStackFrame::
GetCallingFrame

The GetCallingFrame method of the IRemoteStackFrame interface returns an IRemoteStackFrame interface representing the stack frame of the caller of this method.

Syntax

HRESULT GetCallingFrame(IRemoteStackFrame **ppCallingFrame)

Parameters

[out] **ppCallingFrame Returns the stack frame of the caller of this method. 

Return Value

S_OK Success. 

E_NOLONGERVALID The underlying stack frame is no longer valid.

E_OUTOFMEMORY Insufficient memory.

Remarks

GetCallingFrame will return S_OK and a NULL *ppCallingFrame when called on the topmost stack frame on a thread.

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