Skip to content

Latest commit

 

History

History
87 lines (69 loc) · 3.31 KB

nf-dbgeng-idebugsystemobjects-getprocessidbyhandle.md

File metadata and controls

87 lines (69 loc) · 3.31 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.IDebugSystemObjects.GetProcessIdByHandle
IDebugSystemObjects::GetProcessIdByHandle (dbgeng.h)
The IDebugSystemObjects::GetProcessIdByHandle method returns the engine process ID for the specified process. The process is specified by its system handle.
debugger\getprocessidbyhandle.htm
debugger
05/03/2018
IDebugSystemObjects::GetProcessIdByHandle
GetProcessIdByHandle, GetProcessIdByHandle method [Windows Debugging], GetProcessIdByHandle method [Windows Debugging],IDebugSystemObjects interface, GetProcessIdByHandle method [Windows Debugging],IDebugSystemObjects2 interface, GetProcessIdByHandle method [Windows Debugging],IDebugSystemObjects3 interface, GetProcessIdByHandle method [Windows Debugging],IDebugSystemObjects4 interface, IDebugSystemObjects interface [Windows Debugging],GetProcessIdByHandle method, IDebugSystemObjects.GetProcessIdByHandle, IDebugSystemObjects2 interface [Windows Debugging],GetProcessIdByHandle method, IDebugSystemObjects2::GetProcessIdByHandle, IDebugSystemObjects3 interface [Windows Debugging],GetProcessIdByHandle method, IDebugSystemObjects3::GetProcessIdByHandle, IDebugSystemObjects4 interface [Windows Debugging],GetProcessIdByHandle method, IDebugSystemObjects4::GetProcessIdByHandle, IDebugSystemObjects::GetProcessIdByHandle, IDebugSystemObjects_92e69c0f-a50c-498b-8352-74f0c28ea0d8.xml, dbgeng/IDebugSystemObjects2::GetProcessIdByHandle, dbgeng/IDebugSystemObjects3::GetProcessIdByHandle, dbgeng/IDebugSystemObjects4::GetProcessIdByHandle, dbgeng/IDebugSystemObjects::GetProcessIdByHandle, debugger.getprocessidbyhandle
dbgeng.h
Dbgeng.h
Desktop
Windows
IDebugSystemObjects::GetProcessIdByHandle
dbgeng/IDebugSystemObjects::GetProcessIdByHandle
APIRef
kbSyntax
COM
dbgeng.h
IDebugSystemObjects::GetProcessIdByHandle

IDebugSystemObjects::GetProcessIdByHandle

-description

The GetProcessIdByHandle method returns the engine process ID for the specified process. The process is specified by its system handle.

-parameters

-param Handle [in]

Specifies the handle of the process whose process ID is requested. This handle must be a process handle previously retrieved from the debugger engine.

-param Id [out]

Receives the engine process 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 processes, see Threads and Processes. For details on system handles, see Handles.