Retrieves the thread associated with a stack frame.
Syntax
HRESULT GetThread( IDebugApplicationThread **ppat );
Parameters
- ppat
- [out] Address of a pointer to an IDebugApplicationThread interface.
Return Value
Returns S_OK if successful, or an error code otherwise.