IDkmBreakpointConditionProcessor.GetHitCountConditionStatus Method

Definition

Obtains the current hit count value for a DkmRuntimeBreakpoint which has a hit count condition. This function will fail if the DkmRuntimeBreakpoint does not currently have a hit count condition.

public:
 void GetHitCountConditionStatus(Microsoft::VisualStudio::Debugger::Breakpoints::DkmRuntimeBreakpoint ^ runtimeBreakpoint, [Runtime::InteropServices::Out] int % currentHitCount);
public void GetHitCountConditionStatus (Microsoft.VisualStudio.Debugger.Breakpoints.DkmRuntimeBreakpoint runtimeBreakpoint, out int currentHitCount);
abstract member GetHitCountConditionStatus : Microsoft.VisualStudio.Debugger.Breakpoints.DkmRuntimeBreakpoint * int -> unit
Public Sub GetHitCountConditionStatus (runtimeBreakpoint As DkmRuntimeBreakpoint, ByRef currentHitCount As Integer)

Parameters

runtimeBreakpoint
DkmRuntimeBreakpoint

[In] Low-level breakpoint object which is supported by debug monitors.

currentHitCount
Int32

[Out] Number of times that the breakpoint has been hit.

Applies to