Skip to content

Latest commit

 

History

History
89 lines (70 loc) · 3.45 KB

nf-dbgeng-idebugsystemobjects2-getthreadidbydataoffset.md

File metadata and controls

89 lines (70 loc) · 3.45 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.GetThreadIdByDataOffset
IDebugSystemObjects2::GetThreadIdByDataOffset (dbgeng.h)
The IDebugSystemObjects2::GetThreadIdByDataOffset method returns the engine thread ID. The thread is specified by its system data structure.
debugger\getthreadidbydataoffset.htm
debugger
05/03/2018
IDebugSystemObjects2::GetThreadIdByDataOffset
GetThreadIdByDataOffset, GetThreadIdByDataOffset method [Windows Debugging], GetThreadIdByDataOffset method [Windows Debugging],IDebugSystemObjects interface, GetThreadIdByDataOffset method [Windows Debugging],IDebugSystemObjects2 interface, GetThreadIdByDataOffset method [Windows Debugging],IDebugSystemObjects3 interface, GetThreadIdByDataOffset method [Windows Debugging],IDebugSystemObjects4 interface, IDebugSystemObjects interface [Windows Debugging],GetThreadIdByDataOffset method, IDebugSystemObjects2 interface [Windows Debugging],GetThreadIdByDataOffset method, IDebugSystemObjects2.GetThreadIdByDataOffset, IDebugSystemObjects2::GetThreadIdByDataOffset, IDebugSystemObjects3 interface [Windows Debugging],GetThreadIdByDataOffset method, IDebugSystemObjects3::GetThreadIdByDataOffset, IDebugSystemObjects4 interface [Windows Debugging],GetThreadIdByDataOffset method, IDebugSystemObjects4::GetThreadIdByDataOffset, IDebugSystemObjects::GetThreadIdByDataOffset, IDebugSystemObjects_bb1b0f35-219b-4883-8df7-d90a96441720.xml, dbgeng/IDebugSystemObjects2::GetThreadIdByDataOffset, dbgeng/IDebugSystemObjects3::GetThreadIdByDataOffset, dbgeng/IDebugSystemObjects4::GetThreadIdByDataOffset, dbgeng/IDebugSystemObjects::GetThreadIdByDataOffset, debugger.getthreadidbydataoffset
dbgeng.h
Dbgeng.h
Desktop
Windows
IDebugSystemObjects2::GetThreadIdByDataOffset
dbgeng/IDebugSystemObjects2::GetThreadIdByDataOffset
APIRef
kbSyntax
COM
dbgeng.h
IDebugSystemObjects2::GetThreadIdByDataOffset

IDebugSystemObjects2::GetThreadIdByDataOffset

-description

The GetThreadIdByDataOffset method returns the engine thread ID for the specified thread. The thread is specified by its system data structure.

-parameters

-param Offset [in]

Specifies the location of the system data structure for the thread.

-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

In kernel-mode debugging, this method returns the engine thread ID for the virtual thread representing the processor on which the specified thread is executing. If the thread is not executing on a processor, this method will fail.

For more information about threads, see Threads and Processes.