Skip to content

Latest commit

 

History

History
94 lines (78 loc) · 2.35 KB

nf-dbgeng-idebugbreakpoint-setoffset.md

File metadata and controls

94 lines (78 loc) · 2.35 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.IDebugBreakpoint.SetOffset
IDebugBreakpoint::SetOffset (dbgeng.h)
The SetOffset method sets the location that triggers a breakpoint. This method belongs to the IDebugBreakpoint interface.
debugger\setoffset.htm
debugger
05/03/2018
IDebugBreakpoint::SetOffset
ComOther_bb0d9a70-c4b5-4883-9dab-37bf04848d8c.xml, IDebugBreakpoint interface [Windows Debugging],SetOffset method, IDebugBreakpoint.SetOffset, IDebugBreakpoint2 interface [Windows Debugging],SetOffset method, IDebugBreakpoint2::SetOffset, IDebugBreakpoint::SetOffset, SetOffset, SetOffset method [Windows Debugging], SetOffset method [Windows Debugging],IDebugBreakpoint interface, SetOffset method [Windows Debugging],IDebugBreakpoint2 interface, dbgeng/IDebugBreakpoint2::SetOffset, dbgeng/IDebugBreakpoint::SetOffset, debugger.setoffset
dbgeng.h
Dbgeng.h
Desktop
Windows
IDebugBreakpoint::SetOffset
dbgeng/IDebugBreakpoint::SetOffset
APIRef
kbSyntax
COM
dbgeng.h
IDebugBreakpoint::SetOffset

IDebugBreakpoint::SetOffset

-description

The SetOffset method sets the location that triggers a breakpoint.

-parameters

-param Offset [in]

The location on the target that triggers the breakpoint.

-returns

Return code Description
S_OK
The method was successful.
E_UNEXPECTED
The breakpoint is deferred.
 

This method can also return other error values. For more information, see Return Values.

-remarks

For more information about how to use breakpoints, see Using Breakpoints.