Indicates the state of a breakpoint.

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

Expand imageMembers

Expand imageSee Also