Click to return to the Component Development home page    
IRemoteDebugApplicationTh...     IRemoteDebugApplicationTh...     IRemoteDebugApplicationTh...    
Web Workshop  |  Component Development

IRemoteDebugApplicationThread::EnumStackFrames Method


Retrieves an enumerator for the stack frames associated with the thread.

Syntax

HRESULT EnumStackFrames(
    IEnumDebugStackFrames **ppedsf
);

Parameters

ppedsf
[out] Address of a pointer to the IEnumDebugStackFrames interface that specifies the enumerator for the stack frames.

Return Value

Returns S_OK if successful, or an error code otherwise.

Remarks

The EnumStackFrames method can be called only when the debugger is in a breakpoint. Stack frames are enumerated in the most recently called order.



Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

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