DkmBoundBreakpoint.SetHitCountValue(Int32) 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.
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.