int GetBreakOnFirstChanceExceptions (void);
Returns the state of the Break on first chance exceptions option for the thread that calls this function.
GetBreakOnFirstChanceExceptions returns a 1 if the option is enabled, or a 0 if it is disabled.
If debugging is disabled, this function always returns 0.
None.
Name | Type | Description | ||||||
state | integer | The current state of the state of the Break on first chance exceptions option.
|