Debugging Tools for Windows |
The SetCurrentThreadId method makes the specified thread the current thread.
HRESULT
IDebugSystemObjects::SetCurrentThreadId(
IN ULONG Id
);
This method may also return other error values. See Return Values for more details.
SetCurrentThreadId is available in all versions of IDebugSystemObjects.
This method may also change the current process, current target, and current computer.
If the thread is changed, the callback IDebugEventCallbacks::ChangeEngineState will be called with the DEBUG_CES_CURRENT_THREAD bit set.
Note In kernel-mode debugging, the current thread is a virtual thread, it is not a system thread. This method cannot be used to change between system threads in kernel-mode debugging. However, the implicit thread may be changed by using SetImplicitThreadDataOffset.
For more information about threads, see Threads and Processes. For details on monitoring events, see Monitoring Events.
Headers: Defined in Dbgeng.h. Include Dbgeng.h.