Home
last modified time | relevance | path

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

/reactos/dll/win32/dbgeng/
H A Ddbgeng.c73 IDebugControl2 IDebugControl2_iface;
263 static struct debug_client *impl_from_IDebugControl2(IDebugControl2 *iface) in impl_from_IDebugControl2()
2701 static ULONG STDMETHODCALLTYPE debugcontrol_AddRef(IDebugControl2 *iface) in debugcontrol_AddRef()
2708 static ULONG STDMETHODCALLTYPE debugcontrol_Release(IDebugControl2 *iface) in debugcontrol_Release()
2715 static HRESULT STDMETHODCALLTYPE debugcontrol_GetInterrupt(IDebugControl2 *iface) in debugcontrol_GetInterrupt()
2757 static HRESULT STDMETHODCALLTYPE debugcontrol_CloseLogFile(IDebugControl2 *iface) in debugcontrol_CloseLogFile()
2770 static HRESULT STDMETHODCALLTYPE debugcontrol_SetLogMask(IDebugControl2 *iface, ULONG mask) in debugcontrol_SetLogMask()
3036 static HRESULT STDMETHODCALLTYPE debugcontrol_IsPointer64Bit(IDebugControl2 *iface) in debugcontrol_IsPointer64Bit()
3225 static HRESULT STDMETHODCALLTYPE debugcontrol_GetRadix(IDebugControl2 *iface, ULONG *radix) in debugcontrol_GetRadix()
3232 static HRESULT STDMETHODCALLTYPE debugcontrol_SetRadix(IDebugControl2 *iface, ULONG radix) in debugcontrol_SetRadix()
[all …]
/reactos/sdk/include/psdk/
H A Ddbgeng.h1846 #define INTERFACE IDebugControl2
1847 DECLARE_INTERFACE_(IDebugControl2, IUnknown) in DECLARE_INTERFACE_() argument