Microsoft SDK for Java

IRemoteObject::
ClearBreakpoint

The ClearBreakpoint method of the IRemoteObject interface clears a data breakpoint on this object that was previously set by SetBreakpoint.

Syntax

HRESULT ClearBreakpoint(void)

Return Value

S_OK The data breakpoint was cleared.

E_FAIL No data breakpoint was set on this variable.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.