DkmBoundBreakpoint.IsEnabled Method

Definition

Query to determine if the bound breakpoint is enabled.

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

public:
 bool IsEnabled();
public:
 bool IsEnabled();
bool IsEnabled();
public bool IsEnabled ();
member this.IsEnabled : unit -> bool
Public Function IsEnabled () As Boolean

Returns

[Out] 'true' if the breakpoint is enabled.

Applies to