Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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