Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Handles calls to run code in another thread.
Syntax
HRESULT ThreadCallHandler(
DWORD_PTR dwParam1,
DWORD_PTR dwParam2,
DWORD_PTR dwParam3
);
Parameters
dwParam1
[in] The first parameter.
dwParam2
[in] The second parameter.
dwParam3
[in] The third parameter.
Return Value
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. |
Remarks
This method handles calls to run code in the debugger thread.
See also
IDebugThreadCall Interface
IDebugApplication::SynchronousCallInDebuggerThread
IDebugApplicationThread::SynchronousCallIntoThread