Microsoft SDK for Java

IRemoteMethodFieldEx::
GetCodeBreakpoints

The GetCodeBreakpoints method of the IRemoteMethodFieldEx interface returns an IEnumCodeBreakpoints enumerator of code breakpoints that have been set in this method only through IMethodLocation::SetBreakpoint method calls. This enumeration does not include code breakpoints set using IRemoteMethodField::SetBreakpoint.

Syntax

HRESULT GetCodeBreakpoints(IEnumCodeBreakpoints **ppiecbp)

Parameters

[out] ppiecbp Returns an enumerator of the code breakpoints set in this method using the IMethodLocation::SetBreakpoint method.

Return Value

S_OK Success. 

E_NOBREAKPOINTS No code breakpoints are set in this method by IMethodLocation::SetBreakpoint.

E_OUTOFMEMORY Insufficient memory.

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