Sets or clears a breakpoint.
Syntax
HRESULT SetBreakPoint( BREAKPOINT_STATE bps );
Parameters
- bps
- [in] BREAKPOINT_STATE enumerated type containing information about the state of the breakpoint that is to be set or cleared.
Return Value
Returns S_OK if successful, or an error code otherwise.