Skip to content

Latest commit

 

History

History
82 lines (67 loc) · 2.92 KB

nf-dbgeng-idebugsystemobjects2-getcurrentthreadid.md

File metadata and controls

82 lines (67 loc) · 2.92 KB
UID title description old-location tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames f1_keywords topic_type api_type api_location api_name
NF:dbgeng.IDebugSystemObjects2.GetCurrentThreadId
IDebugSystemObjects2::GetCurrentThreadId (dbgeng.h)
The GetCurrentThreadId method returns the engine thread ID for the current thread. This method belongs to the IDebugSystemObjects2 interface.
debugger\getcurrentthreadid.htm
debugger
05/03/2018
IDebugSystemObjects2::GetCurrentThreadId
GetCurrentThreadId, GetCurrentThreadId method [Windows Debugging], GetCurrentThreadId method [Windows Debugging],IDebugSystemObjects interface, GetCurrentThreadId method [Windows Debugging],IDebugSystemObjects2 interface, GetCurrentThreadId method [Windows Debugging],IDebugSystemObjects3 interface, GetCurrentThreadId method [Windows Debugging],IDebugSystemObjects4 interface, IDebugSystemObjects interface [Windows Debugging],GetCurrentThreadId method, IDebugSystemObjects2 interface [Windows Debugging],GetCurrentThreadId method, IDebugSystemObjects2.GetCurrentThreadId, IDebugSystemObjects2::GetCurrentThreadId, IDebugSystemObjects3 interface [Windows Debugging],GetCurrentThreadId method, IDebugSystemObjects3::GetCurrentThreadId, IDebugSystemObjects4 interface [Windows Debugging],GetCurrentThreadId method, IDebugSystemObjects4::GetCurrentThreadId, IDebugSystemObjects::GetCurrentThreadId, IDebugSystemObjects_e40e3ab8-b03d-4b1e-805b-ad8ba51ea1c5.xml, dbgeng/IDebugSystemObjects2::GetCurrentThreadId, dbgeng/IDebugSystemObjects3::GetCurrentThreadId, dbgeng/IDebugSystemObjects4::GetCurrentThreadId, dbgeng/IDebugSystemObjects::GetCurrentThreadId, debugger.getcurrentthreadid
dbgeng.h
Dbgeng.h
Desktop
Windows
IDebugSystemObjects2::GetCurrentThreadId
dbgeng/IDebugSystemObjects2::GetCurrentThreadId
APIRef
kbSyntax
COM
dbgeng.h
IDebugSystemObjects2::GetCurrentThreadId

IDebugSystemObjects2::GetCurrentThreadId

-description

The GetCurrentThreadId method returns the engine thread ID for the current thread.

-parameters

-param Id [out]

Receives the engine thread ID.

-returns

This method may also return error values. See Return Values for more details.

Return code Description
S_OK
The method was successful.

-remarks

For more information about threads, see Threads and Processes.