GetBreakOnProtectionErrors
int GetBreakOnProtectionErrors (void);
Purpose
Returns the state of the break on protection errors feature.
GetBreakOnProtectionErrors returns a 1 if you enable the option. If you disable debugging GetBreakOnProtectionErrors always returns 0.
For more information, refer to SetBreakOnProtectionErrors.
Parameters
None.
Return Value
Name | Type | Description | ||||||
state | int | Current state of the break on protection errors option.
|
Additional Information
Library: Utility Library
Include file: utility.h
LabWindows/CVI compatibility: LabWindows/CVI 4.0 and later