IDebugControl3::GetNumberBreakpoints method (dbgeng.h)

The GetNumberBreakpoints method returns the number of breakpoints for the current process.

Syntax

HRESULT GetNumberBreakpoints(
  [out] PULONG Number
);

Parameters

[out] Number

Receives the number of breakpoints.

Return value

This method can also return error values. See Return Values for more details.

Return code Description
S_OK
The method was successful.

Requirements

Requirement Value
Target Platform Desktop
Header dbgeng.h (include Dbgeng.h)

See also

AddBreakpoint

IDebugControl

IDebugControl2

IDebugControl3

RemoveBreakpoint