IDebugBreakpoint2::GetParameters method (dbgeng.h)
The GetParameters method returns the parameters for a breakpoint.
Syntax
HRESULT GetParameters(
[out] PDEBUG_BREAKPOINT_PARAMETERS Params
);
Parameters
[out] Params
The breakpoint's parameters. For more information about the parameters, see DEBUG_BREAKPOINT_PARAMETERS.
Return value
Return code | Description |
---|---|
|
The method was successful. |
This method can also return error values. For more information, see Return Values.
Remarks
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
Requirement | Value |
---|---|
Target Platform | Desktop |
Header | dbgeng.h (include Dbgeng.h) |