Skip to content

Latest commit

 

History

History
106 lines (82 loc) · 2.65 KB

nf-dbgeng-idebugcontrol4-getbreakpointbyid2.md

File metadata and controls

106 lines (82 loc) · 2.65 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.IDebugControl4.GetBreakpointById2
IDebugControl4::GetBreakpointById2 (dbgeng.h)
The GetBreakpointById2 method returns the breakpoint with the specified breakpoint ID.
debugger\getbreakpointbyid2.htm
debugger
05/03/2018
IDebugControl4::GetBreakpointById2
GetBreakpointById2, GetBreakpointById2 method [Windows Debugging], GetBreakpointById2 method [Windows Debugging],IDebugControl4 interface, IDebugControl4 interface [Windows Debugging],GetBreakpointById2 method, IDebugControl4.GetBreakpointById2, IDebugControl4::GetBreakpointById2, dbgeng/IDebugControl4::GetBreakpointById2, debugger.getbreakpointbyid2
dbgeng.h
Dbgeng.h
Desktop
Windows
IDebugControl4::GetBreakpointById2
dbgeng/IDebugControl4::GetBreakpointById2
APIRef
kbSyntax
COM
dbgeng.h
IDebugControl4::GetBreakpointById2

IDebugControl4::GetBreakpointById2

-description

The GetBreakpointById2 method returns the breakpoint with the specified breakpoint ID.

-parameters

-param Id [in]

Specifies the breakpoint ID of the breakpoint to return.

-param Bp [out]

Receives the breakpoint.

-returns

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

Return code Description
S_OK
The method was successful.
E_NOINTERFACE
No breakpoint was found with the given ID, or the breakpoint with the specified ID does not belong to the current process, or the breakpoint with the given ID is private (see GetFlags).

-remarks

If the specified breakpoint does not belong to the current process, the method will fail.

-see-also

IDebugBreakpoint

IDebugControl4