Home
last modified time | relevance | path

Searched refs:IDebugSystemObjects (Results 1 – 2 of 2) sorted by relevance

/reactos/dll/win32/dbgeng/
H A Ddbgeng.c75 IDebugSystemObjects IDebugSystemObjects_iface;
273 static struct debug_client *impl_from_IDebugSystemObjects(IDebugSystemObjects *iface) in impl_from_IDebugSystemObjects()
3753 static ULONG STDMETHODCALLTYPE debugsystemobjects_AddRef(IDebugSystemObjects *iface) in debugsystemobjects_AddRef()
3760 static ULONG STDMETHODCALLTYPE debugsystemobjects_Release(IDebugSystemObjects *iface) in debugsystemobjects_Release()
3767 static HRESULT STDMETHODCALLTYPE debugsystemobjects_GetEventThread(IDebugSystemObjects *iface, ULON… in debugsystemobjects_GetEventThread()
3774 static HRESULT STDMETHODCALLTYPE debugsystemobjects_GetEventProcess(IDebugSystemObjects *iface, ULO… in debugsystemobjects_GetEventProcess()
3788 static HRESULT STDMETHODCALLTYPE debugsystemobjects_SetCurrentThreadId(IDebugSystemObjects *iface, … in debugsystemobjects_SetCurrentThreadId()
3833 static HRESULT STDMETHODCALLTYPE debugsystemobjects_GetCurrentThreadDataOffset(IDebugSystemObjects in debugsystemobjects_GetCurrentThreadDataOffset()
3909 static HRESULT STDMETHODCALLTYPE debugsystemobjects_GetCurrentProcessDataOffset(IDebugSystemObjects in debugsystemobjects_GetCurrentProcessDataOffset()
3917 static HRESULT STDMETHODCALLTYPE debugsystemobjects_GetProcessIdByDataOffset(IDebugSystemObjects *i… in debugsystemobjects_GetProcessIdByDataOffset()
[all …]
/reactos/sdk/include/psdk/
H A Ddbgeng.h1989 #define INTERFACE IDebugSystemObjects
1990 DECLARE_INTERFACE_(IDebugSystemObjects, IUnknown) in DECLARE_INTERFACE_() argument