The GetStackFrames method of the IRemoteThreadEx interface returns an IEnumStackFrames enumerator for all the stack frames on this thread.
HRESULT GetStackFrames(IEnumRemoteStackFrames **ppEnum)
[out] **ppEnum | Returns an enumerator for all the stack frames on this thread. |
S_OK Success.
E_OUTOFMEMORY Insufficient memory.