Microsoft SDK for Java

IRemoteThread::
GetCurrentFrame

The GetCurrentFrame method of the IRemoteThread interface returns an IRemoteStackFrame interface representing the currently executing stack frame on this thread.

Syntax

HRESULT GetCurrentFrame(IRemoteStackFrame **ppCurrentFrame)

Parameters

[out] **ppCurrentFrame Returns the currently executing stack frame on this thread.

Return Value

S_OK Success. 

E_OUTOFMEMORY Insufficient memory.

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