Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The SetOffset method sets the ___location that triggers a breakpoint.
Syntax
HRESULT SetOffset(
[in] ULONG64 Offset
);
Parameters
[in] Offset
The ___location on the target that triggers the breakpoint.
Return value
Return code | Description |
---|---|
|
The method was successful. |
|
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.
Requirements
Requirement | Value |
---|---|
Target Platform | Desktop |
Header | dbgeng.h (include Dbgeng.h) |