Click to return to the Component Development home page    
Active Script Debugging A...     BREAKREASON Enumerated Ty...     Active Script Degugging A...    
Web Workshop  |  Component Development

BREAKPOINT_STATE Enumerated Type


Indicates the state of a breakpoint.

Syntax

typedef enum tagBREAKPOINT_STATE {
    BREAKPOINT_DELETED = 0,
    BREAKPOINT_DISABLED = 1,
    BREAKPOINT_ENABLED = 2
} BREAKPOINT_STATE;

Constants

BREAKPOINT_DELETED
Breakpoint no longer exists, but there are still references.
BREAKPOINT_DISABLED
Breakpoint exists but is disabled.
BREAKPOINT_ENABLED
Breakpoint exists and is enabled.

Enumerated Type Information

Windows NTUse version 4.0
WindowsUse Windows 95 and later
HeaderActivdbg.h
Minimum availabilityInternet Explorer 4.0


Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.