Debugging Tools for Windows |
The GetOffset method returns the location that triggers a breakpoint.
HRESULT
IDebugBreakpoint::GetOffset(
OUT PULONG64 Offset
);
GetOffset might return one of the following values:
This method might also return error values. For more information about possible return values, see Return Values.
The GetParameters method also returns the location that triggers a breakpoint.
For more information about how to use breakpoints, see Using Breakpoints.
Versions: Available in all versions of IDebugBreakpoint.
Headers: Defined in Dbgeng.h. Include Dbgeng.h.