Lines Matching refs:IDebugSystemObjects
75 IDebugSystemObjects IDebugSystemObjects_iface;
273 static struct debug_client *impl_from_IDebugSystemObjects(IDebugSystemObjects *iface) in impl_from_IDebugSystemObjects()
3746 static HRESULT STDMETHODCALLTYPE debugsystemobjects_QueryInterface(IDebugSystemObjects *iface, REFI… in debugsystemobjects_QueryInterface()
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()
3781 static HRESULT STDMETHODCALLTYPE debugsystemobjects_GetCurrentThreadId(IDebugSystemObjects *iface, … in debugsystemobjects_GetCurrentThreadId()
3788 static HRESULT STDMETHODCALLTYPE debugsystemobjects_SetCurrentThreadId(IDebugSystemObjects *iface, … in debugsystemobjects_SetCurrentThreadId()
3795 static HRESULT STDMETHODCALLTYPE debugsystemobjects_SetCurrentProcessId(IDebugSystemObjects *iface,… in debugsystemobjects_SetCurrentProcessId()
3802 static HRESULT STDMETHODCALLTYPE debugsystemobjects_GetNumberThreads(IDebugSystemObjects *iface, UL… in debugsystemobjects_GetNumberThreads()
3809 static HRESULT STDMETHODCALLTYPE debugsystemobjects_GetTotalNumberThreads(IDebugSystemObjects *ifac… in debugsystemobjects_GetTotalNumberThreads()
3817 static HRESULT STDMETHODCALLTYPE debugsystemobjects_GetThreadIdsByIndex(IDebugSystemObjects *iface,… in debugsystemobjects_GetThreadIdsByIndex()
3825 static HRESULT STDMETHODCALLTYPE debugsystemobjects_GetThreadIdByProcessor(IDebugSystemObjects *ifa… in debugsystemobjects_GetThreadIdByProcessor()
3833 static HRESULT STDMETHODCALLTYPE debugsystemobjects_GetCurrentThreadDataOffset(IDebugSystemObjects … in debugsystemobjects_GetCurrentThreadDataOffset()
3841 static HRESULT STDMETHODCALLTYPE debugsystemobjects_GetThreadIdByDataOffset(IDebugSystemObjects *if… in debugsystemobjects_GetThreadIdByDataOffset()
3849 static HRESULT STDMETHODCALLTYPE debugsystemobjects_GetCurrentThreadTeb(IDebugSystemObjects *iface,… in debugsystemobjects_GetCurrentThreadTeb()
3856 static HRESULT STDMETHODCALLTYPE debugsystemobjects_GetThreadIdByTeb(IDebugSystemObjects *iface, UL… in debugsystemobjects_GetThreadIdByTeb()
3864 static HRESULT STDMETHODCALLTYPE debugsystemobjects_GetCurrentThreadSystemId(IDebugSystemObjects *i… in debugsystemobjects_GetCurrentThreadSystemId()
3871 static HRESULT STDMETHODCALLTYPE debugsystemobjects_GetThreadIdBySystemId(IDebugSystemObjects *ifac… in debugsystemobjects_GetThreadIdBySystemId()
3879 static HRESULT STDMETHODCALLTYPE debugsystemobjects_GetCurrentThreadHandle(IDebugSystemObjects *ifa… in debugsystemobjects_GetCurrentThreadHandle()
3886 static HRESULT STDMETHODCALLTYPE debugsystemobjects_GetThreadIdByHandle(IDebugSystemObjects *iface,… in debugsystemobjects_GetThreadIdByHandle()
3894 static HRESULT STDMETHODCALLTYPE debugsystemobjects_GetNumberProcesses(IDebugSystemObjects *iface, … in debugsystemobjects_GetNumberProcesses()
3901 static HRESULT STDMETHODCALLTYPE debugsystemobjects_GetProcessIdsByIndex(IDebugSystemObjects *iface… in debugsystemobjects_GetProcessIdsByIndex()
3909 static HRESULT STDMETHODCALLTYPE debugsystemobjects_GetCurrentProcessDataOffset(IDebugSystemObjects… in debugsystemobjects_GetCurrentProcessDataOffset()
3917 static HRESULT STDMETHODCALLTYPE debugsystemobjects_GetProcessIdByDataOffset(IDebugSystemObjects *i… in debugsystemobjects_GetProcessIdByDataOffset()
3925 static HRESULT STDMETHODCALLTYPE debugsystemobjects_GetCurrentProcessPeb(IDebugSystemObjects *iface… in debugsystemobjects_GetCurrentProcessPeb()
3932 static HRESULT STDMETHODCALLTYPE debugsystemobjects_GetProcessIdByPeb(IDebugSystemObjects *iface, U… in debugsystemobjects_GetProcessIdByPeb()
3940 static HRESULT STDMETHODCALLTYPE debugsystemobjects_GetCurrentProcessSystemId(IDebugSystemObjects *… in debugsystemobjects_GetCurrentProcessSystemId()
3947 static HRESULT STDMETHODCALLTYPE debugsystemobjects_GetProcessIdBySystemId(IDebugSystemObjects *ifa… in debugsystemobjects_GetProcessIdBySystemId()
3955 static HRESULT STDMETHODCALLTYPE debugsystemobjects_GetCurrentProcessHandle(IDebugSystemObjects *if… in debugsystemobjects_GetCurrentProcessHandle()
3963 static HRESULT STDMETHODCALLTYPE debugsystemobjects_GetProcessIdByHandle(IDebugSystemObjects *iface… in debugsystemobjects_GetProcessIdByHandle()
3971 …LT STDMETHODCALLTYPE debugsystemobjects_GetCurrentProcessExecutableName(IDebugSystemObjects *iface, in debugsystemobjects_GetCurrentProcessExecutableName()