description | title | ms.date | api_name | api_location | api_type | topic_type | f1_keywords | helpviewer_keywords | ms.assetid | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Learn more about: _RTC_NumErrors |
_RTC_NumErrors |
11/04/2016 |
|
|
|
|
|
|
7e82adae-38e2-4f8b-bc0b-37bda8109fd1 |
Returns the total number of errors that can be detected by run-time error checks (RTC). You can use this number as the control in a for
loop, where each value in the loop is passed to _RTC_GetErrDesc.
int _RTC_NumErrors( void );
An integer whose value represents the total number of errors that can be detected by the Visual C++ run-time error checks.
Routine | Required header |
---|---|
_RTC_NumErrors | <rtcapi.h> |
For more information, see Compatibility.
All versions of the C run-time libraries.