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.
HRESULT GetCodeBreakpoints(IEnumCodeBreakpoints **ppiecbp)
[out] ppiecbp | Returns an enumerator of the code breakpoints set in this method using the IMethodLocation::SetBreakpoint method. |
S_OK Success.
E_NOBREAKPOINTS No code breakpoints are set in this method by IMethodLocation::SetBreakpoint.
E_OUTOFMEMORY Insufficient memory.