Skip to content

Latest commit

 

History

History
102 lines (81 loc) · 3.76 KB

nf-dbgeng-idebugsystemobjects2-getprocessidbydataoffset.md

File metadata and controls

102 lines (81 loc) · 3.76 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.GetProcessIdByDataOffset
IDebugSystemObjects2::GetProcessIdByDataOffset (dbgeng.h)
The IDebugSystemObjects2::GetProcessIdByDataOffset method returns the engine process ID for the specified process. The process is specified by its data offset.
debugger\getprocessidbydataoffset.htm
debugger
05/03/2018
IDebugSystemObjects2::GetProcessIdByDataOffset
GetProcessIdByDataOffset, GetProcessIdByDataOffset method [Windows Debugging], GetProcessIdByDataOffset method [Windows Debugging],IDebugSystemObjects interface, GetProcessIdByDataOffset method [Windows Debugging],IDebugSystemObjects2 interface, GetProcessIdByDataOffset method [Windows Debugging],IDebugSystemObjects3 interface, GetProcessIdByDataOffset method [Windows Debugging],IDebugSystemObjects4 interface, IDebugSystemObjects interface [Windows Debugging],GetProcessIdByDataOffset method, IDebugSystemObjects2 interface [Windows Debugging],GetProcessIdByDataOffset method, IDebugSystemObjects2.GetProcessIdByDataOffset, IDebugSystemObjects2::GetProcessIdByDataOffset, IDebugSystemObjects3 interface [Windows Debugging],GetProcessIdByDataOffset method, IDebugSystemObjects3::GetProcessIdByDataOffset, IDebugSystemObjects4 interface [Windows Debugging],GetProcessIdByDataOffset method, IDebugSystemObjects4::GetProcessIdByDataOffset, IDebugSystemObjects::GetProcessIdByDataOffset, IDebugSystemObjects_8c7f276b-9a12-41ac-8c56-4e37b68d491d.xml, dbgeng/IDebugSystemObjects2::GetProcessIdByDataOffset, dbgeng/IDebugSystemObjects3::GetProcessIdByDataOffset, dbgeng/IDebugSystemObjects4::GetProcessIdByDataOffset, dbgeng/IDebugSystemObjects::GetProcessIdByDataOffset, debugger.getprocessidbydataoffset
dbgeng.h
Dbgeng.h
Desktop
Windows
IDebugSystemObjects2::GetProcessIdByDataOffset
dbgeng/IDebugSystemObjects2::GetProcessIdByDataOffset
APIRef
kbSyntax
COM
dbgeng.h
IDebugSystemObjects2::GetProcessIdByDataOffset

IDebugSystemObjects2::GetProcessIdByDataOffset

-description

The GetProcessIdByDataOffset method returns the engine process ID for the specified process. The process is specified by its data offset.

-parameters

-param Offset [in]

Specifies the location in the target's virtual address space of the data offset of the process.

-param Id [out]

Receives the engine process ID for the process.

-returns

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

Return code Description
S_OK
The method was successful.
E_NOTIMPL
The current target is a kernel-mode target. This method is currently not available in kernel-mode debugging.

-remarks

This method is currently not available in kernel-mode debugging.

In user-mode debugging, this method behaves the same as GetProcessIdByPeb.

For more information about processes, see Threads and Processes.