The ClearBreakpoint method of the IRemoteObject interface clears a data breakpoint on this object that was previously set by SetBreakpoint.
HRESULT ClearBreakpoint(void)
S_OK The data breakpoint was cleared.
E_FAIL No data breakpoint was set on this variable.