Handles calls to run code in another thread.
HRESULT ThreadCallHandler( DWORD_PTR dwParam1, DWORD_PTR dwParam2, DWORD_PTR dwParam3 );
- dwParam1
[in] The first parameter.
- dwParam2
[in] The second parameter.
- dwParam3
[in] The third parameter.
The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.
Value | Description |
---|---|
S_OK | The method succeeded. |
This method handles calls to run code in the debugger thread.