Provides a mechanism for the caller to run code in the debugger thread.

HRESULT SynchronousCallInDebuggerThread(
   IDebugThreadCall*  pptc,
   DWORD_PTR          dwParam1,
   DWORD_PTR          dwParam2,
   DWORD_PTR          dwParam3
);

Parameters

pptc

[in] The object to call.

dwParam1

[in] First parameter to pass to the IDebugThreadCall::ThreadCallHandler method.

dwParam2

[in] Second parameter to pass to the IDebugThreadCall::ThreadCallHandler method.

dwParam3

[in] Third parameter to pass to the IDebugThreadCall::ThreadCallHandler method.

Expand imageReturn Value

Expand imageRemarks

Expand imageSee Also