IDebugSystemObjects3::GetEventThread method (dbgeng.h)
The GetEventThread method returns the engine thread ID for the thread on which the last event occurred.
Syntax
HRESULT GetEventThread(
[out] PULONG Id
);
Parameters
[out] Id
Receives the engine thread ID.
Return value
This method may also return error values. See Return Values for more details.
Return code | Description |
---|---|
|
The method was successful. |
Remarks
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.
Requirements
Requirement | Value |
---|---|
Target Platform | Desktop |
Header | dbgeng.h (include Dbgeng.h) |