IDkmBreakpointConditionProcessor.GetHitCountConditionStatus Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.