IDebugApplication110::SynchronousCallInMainThread
Makes a synchronous call on the main thread.
Important
IDebugApplication110 Interface is implemented by PDM v11.0 and greater. Found in activdbg100.h.
Syntax
HRESULT SynchronousCallInMainThread([in] IDebugThreadCall* pptc, [in] DWORD_PTR dwParam1, [in] DWORD_PTR dwParam2, [in] DWORD_PTR dwParam3);
Parameters
pptc
The IDebugThreadCall Interface object to call.
dwParam1
The first parameter of the call.
dwParam1
The first parameter of the call.
dwParam2
The second parameter of the call.
dwParam3
The third parameter of the call.