Provides a mechanism for the caller to run code in the debugger thread.
Syntax
HRESULT SynchronousCallInDebuggerThread( IDebugThreadCall *pptc, DWORD dwParam1, DWORD dwParam2, DWORD dwParam3 );
Parameters
- pptc
- [in] Address of an IDebugThreadCall interface.
- dwParam1
- [in] Unsigned long integer value that contains input information.
- dwParam2
- [in] Unsigned long integer value that contains input information.
- dwParam3
- [in] Unsigned long integer value that contains input information.
Return Value
Returns S_OK if successful, or an error code otherwise.