Skip to content

Latest commit

 

History

History
100 lines (80 loc) · 3.34 KB

nf-dbgeng-idebugsystemobjects3-getprocessidbysystemid.md

File metadata and controls

100 lines (80 loc) · 3.34 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.IDebugSystemObjects3.GetProcessIdBySystemId
IDebugSystemObjects3::GetProcessIdBySystemId (dbgeng.h)
The GetProcessIdBySystemId method returns the engine process ID for a process specified by its system process ID. This method belongs to IDebugSystemObjects3.
debugger\getprocessidbysystemid.htm
debugger
05/03/2018
IDebugSystemObjects3::GetProcessIdBySystemId
GetProcessIdBySystemId, GetProcessIdBySystemId method [Windows Debugging], GetProcessIdBySystemId method [Windows Debugging],IDebugSystemObjects interface, GetProcessIdBySystemId method [Windows Debugging],IDebugSystemObjects2 interface, GetProcessIdBySystemId method [Windows Debugging],IDebugSystemObjects3 interface, GetProcessIdBySystemId method [Windows Debugging],IDebugSystemObjects4 interface, IDebugSystemObjects interface [Windows Debugging],GetProcessIdBySystemId method, IDebugSystemObjects2 interface [Windows Debugging],GetProcessIdBySystemId method, IDebugSystemObjects2::GetProcessIdBySystemId, IDebugSystemObjects3 interface [Windows Debugging],GetProcessIdBySystemId method, IDebugSystemObjects3.GetProcessIdBySystemId, IDebugSystemObjects3::GetProcessIdBySystemId, IDebugSystemObjects4 interface [Windows Debugging],GetProcessIdBySystemId method, IDebugSystemObjects4::GetProcessIdBySystemId, IDebugSystemObjects::GetProcessIdBySystemId, IDebugSystemObjects_45c888bc-6771-4cd4-843e-aeafd8c6c6cb.xml, dbgeng/IDebugSystemObjects2::GetProcessIdBySystemId, dbgeng/IDebugSystemObjects3::GetProcessIdBySystemId, dbgeng/IDebugSystemObjects4::GetProcessIdBySystemId, dbgeng/IDebugSystemObjects::GetProcessIdBySystemId, debugger.getprocessidbysystemid
dbgeng.h
Dbgeng.h
Desktop
Windows
IDebugSystemObjects3::GetProcessIdBySystemId
dbgeng/IDebugSystemObjects3::GetProcessIdBySystemId
APIRef
kbSyntax
COM
dbgeng.h
IDebugSystemObjects3::GetProcessIdBySystemId

IDebugSystemObjects3::GetProcessIdBySystemId

-description

The GetProcessIdBySystemId method returns the engine process ID for a process specified by its system process ID.

-parameters

-param SysId [in]

Specifies the system process ID.

-param Id [out]

Receives the engine process ID.

-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 target is a kernel-mode target.

-remarks

This method is only available in user-mode debugging.

For more information about processes, see Threads and Processes.