IDebugSystemObjects3::GetEventThread method (dbgeng.h)
The GetEventThread method returns the engine thread ID for the thread on which the last event occurred.
HRESULT GetEventThread(
[out] PULONG Id
);
[out] Id
Receives the engine thread ID.
This method may also return error values. See Return Values for more details.
Return code | Description |
---|---|
|
The method was successful. |
In kernel-mode debugging, the engine thread ID for the virtual thread representing the processor on which the event occurred is returned.
For more information about threads, see Threads and Processes. For details about debugger engine events, see Monitoring Events.
Requirement | Value |
---|---|
Target Platform | Desktop |
Header | dbgeng.h (include Dbgeng.h) |