ReactOS 0.4.16-dev-197-g92996da
|
Public Member Functions | |
HRESULT | ResumeFromBreakPoint ([in] IRemoteDebugApplicationThread *prptFocus, [in] BREAKRESUMEACTION bra, [in] ERRORRESUMEACTION era) |
HRESULT | CauseBreak () |
HRESULT | ConnectDebugger ([in] IApplicationDebugger *pad) |
HRESULT | DisconnectDebugger () |
HRESULT | GetDebugger ([out] IApplicationDebugger **pad) |
HRESULT | CreateInstanceAtApplication ([in] REFCLSID rclsid, [in] IUnknown *pUnkOuter, [in] DWORD dwClsContext, [in] REFIID riid, [out, iid_is(riid)] IUnknown **ppvObject) |
HRESULT | QueryAlive () |
HRESULT | EnumThreads ([out] IEnumRemoteDebugApplicationThreads **pperdat) |
HRESULT | GetName ([out] BSTR *pbstrName) |
HRESULT | GetRootNode ([out] IDebugApplicationNode **ppdanRoot) |
HRESULT | EnumGlobalExpressionContexts ([out] IEnumDebugExpressionContexts **ppedec) |
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 IUnknown * | LPUNKNOWN |
Definition at line 301 of file activdbg.idl.
HRESULT IRemoteDebugApplication::CauseBreak | ( | ) |
HRESULT IRemoteDebugApplication::ConnectDebugger | ( | [in] IApplicationDebugger * | pad | ) |
HRESULT IRemoteDebugApplication::CreateInstanceAtApplication | ( | [in] REFCLSID | rclsid, |
[in] IUnknown * | pUnkOuter, | ||
[in] DWORD | dwClsContext, | ||
[in] REFIID | riid, | ||
[out, iid_is(riid)] IUnknown ** | ppvObject | ||
) |
HRESULT IRemoteDebugApplication::DisconnectDebugger | ( | ) |
HRESULT IRemoteDebugApplication::EnumGlobalExpressionContexts | ( | [out] IEnumDebugExpressionContexts ** | ppedec | ) |
HRESULT IRemoteDebugApplication::EnumThreads | ( | [out] IEnumRemoteDebugApplicationThreads ** | pperdat | ) |
HRESULT IRemoteDebugApplication::GetDebugger | ( | [out] IApplicationDebugger ** | pad | ) |
HRESULT IRemoteDebugApplication::GetRootNode | ( | [out] IDebugApplicationNode ** | ppdanRoot | ) |
HRESULT IRemoteDebugApplication::QueryAlive | ( | ) |
HRESULT IRemoteDebugApplication::ResumeFromBreakPoint | ( | [in] IRemoteDebugApplicationThread * | prptFocus, |
[in] BREAKRESUMEACTION | bra, | ||
[in] ERRORRESUMEACTION | era | ||
) |