Condividi tramite


IBreakPoint::get_Enabled

 

Gets or sets whether or not the breakpoint is enabled.

Syntax

HRESULT get_Enabled( VARIANT_BOOL *pfEnabled); HRESULT put_Enabled( VARIANT_BOOL fEnabled);

Parameters

pfEnabled
[out,retval] VARIANT_TRUE if the breakpoint is enabled; VARIANT_FALSE otherwise.

fEnabled 
[in] VARIANT_TRUE to enable the breakpoint; VARIANT_FALSE to disable the breakpoint.

Return Value

One of the standard HRESULT values.

Requirements

Type Library

VstaCore.tlb

Header

VstaCore.h

See Also

References

IBreakPoint Interface

Other Resources

Breakpoint