Makes an asynchronous call on the main thread.
Important |
---|
IDebugApplicationThread110 Interface is implemented by PDM v11.0 and greater. Found in activdbg100.h. |
HRESULT AsynchronousCallInMainThread([in] IDebugThreadCall* pptc, [in] DWORD_PTR dwParam1, [in] DWORD_PTR dwParam2, [in] DWORD_PTR dwParam3);
- 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.