Debugging Tools for Windows |
The GetParameters method returns the parameters for a breakpoint.
HRESULT
IDebugBreakpoint::GetParameters(
OUT PDEBUG_BREAKPOINT_PARAMETERS Params
);
GetParameters 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 is a convenience method that returns most of the parameters that the other IDebugBreakpoint methods return.
For a list of the parameters and flags that this method retrieves, and for other ways to read and write these parameters and flags, see Controlling Breakpoint Flags and Parameters and Using Breakpoints.
Versions: Available in all versions of IDebugBreakpoint.
Headers: Defined in Dbgeng.h. Include Dbgeng.h.