DkmBoundBreakpoint.IsEnabled 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.
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.