Debugging Tools for Windows

GetParameters

The GetParameters method returns the parameters for a breakpoint.

HRESULT
  IDebugBreakpoint::GetParameters(
    OUT PDEBUG_BREAKPOINT_PARAMETERS  Params
    );

Parameters

Params
The breakpoint's parameters. For more information about the parameters, see DEBUG_BREAKPOINT_PARAMETERS.

Return Value

GetParameters might return one of the following values:

S_OK
The method was successful.

This method might also return error values. For more information about possible return values, see Return Values.

Comments

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.

Requirements

Versions: Available in all versions of IDebugBreakpoint.

Headers: Defined in Dbgeng.h. Include Dbgeng.h.

Build machine: CAPEBUILD