DkmBoundBreakpoint.SetHitCountValue(Int32) Method

Definition

Modifies the value for a breakpoint hit count.

Location constraint: API must be called from an IDE component (component level > 100,000).

public:
 void SetHitCountValue(int NewValue);
public:
 void SetHitCountValue(int NewValue);
void SetHitCountValue(int NewValue);
public void SetHitCountValue (int NewValue);
member this.SetHitCountValue : int -> unit
Public Sub SetHitCountValue (NewValue As Integer)

Parameters

NewValue
Int32

[In] New value for the hit count.

Applies to