Microsoft SDK for Java

IRemoteThreadEx::
GetStackFrames

The GetStackFrames method of the IRemoteThreadEx interface returns an IEnumStackFrames enumerator for all the stack frames on this thread.

Syntax

HRESULT GetStackFrames(IEnumRemoteStackFrames **ppEnum)

Parameters

[out] **ppEnum Returns an enumerator for all the stack frames on this thread.

Return Value

S_OK Success. 

E_OUTOFMEMORY Insufficient memory.

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