Debugging Tools for Windows |
The SetCurrentSystemId method makes the specified target the current target.
HRESULT
IDebugSystemObjects3::SetCurrentSystemId(
IN ULONG Id
);
This method may also return error values. See Return Values for more details.
SetCurrentSystemId is available in IDebugSystemObjects3 and later versions.
This method also sets the current thread and current process, and may change the current computer.
If the current target is changed, the callback IDebugEventCallbacks::ChangeEngineState will be called with the DEBUG_CES_CURRENT_THREAD bit set.
Headers: Defined in Dbgeng.h. Include Dbgeng.h.