ReactOS 0.4.15-dev-7924-g5949c20
IRemoteDebugApplicationThread Interface Reference
Inheritance diagram for IRemoteDebugApplicationThread:
Collaboration diagram for IRemoteDebugApplicationThread:

Public Member Functions

HRESULT GetSystemThreadId ([out] DWORD *dwThreadId)
 
HRESULT GetApplication ([out] IRemoteDebugApplication **pprda)
 
HRESULT EnumStackFrames ([out] IEnumDebugStackFrames **ppedsf)
 
HRESULT GetDescription ([out] BSTR *pbstrDescription, [out] BSTR *pbstrState)
 
HRESULT SetNextStatement ([in] IDebugStackFrame *pStackFrame, [in] IDebugCodeContext *pCodeContext)
 
HRESULT GetState ([out] DWORD *pState)
 
HRESULT Suspend ([out] DWORD *pdwCount)
 
HRESULT Resume ([out] DWORD *pdwCount)
 
HRESULT GetSuspendCount ([out] DWORD *pdwCount)
 
- Public Member Functions inherited from IUnknown
HRESULT QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject)
 
ULONG AddRef ()
 
ULONG Release ()
 

Additional Inherited Members

- Public Types inherited from IUnknown
typedef IUnknownLPUNKNOWN
 

Detailed Description

Definition at line 261 of file activdbg.idl.

Member Function Documentation

◆ EnumStackFrames()

HRESULT IRemoteDebugApplicationThread::EnumStackFrames ( [out] IEnumDebugStackFrames **  ppedsf)

◆ GetApplication()

HRESULT IRemoteDebugApplicationThread::GetApplication ( [out] IRemoteDebugApplication **  pprda)

◆ GetDescription()

HRESULT IRemoteDebugApplicationThread::GetDescription ( [out] BSTR pbstrDescription,
[out] BSTR pbstrState 
)

◆ GetState()

HRESULT IRemoteDebugApplicationThread::GetState ( [out] DWORD pState)

◆ GetSuspendCount()

HRESULT IRemoteDebugApplicationThread::GetSuspendCount ( [out] DWORD pdwCount)

◆ GetSystemThreadId()

HRESULT IRemoteDebugApplicationThread::GetSystemThreadId ( [out] DWORD dwThreadId)

◆ Resume()

HRESULT IRemoteDebugApplicationThread::Resume ( [out] DWORD pdwCount)

◆ SetNextStatement()

HRESULT IRemoteDebugApplicationThread::SetNextStatement ( [in] IDebugStackFrame pStackFrame,
[in] IDebugCodeContext pCodeContext 
)

◆ Suspend()

HRESULT IRemoteDebugApplicationThread::Suspend ( [out] DWORD pdwCount)

The documentation for this interface was generated from the following file: