_RTC_NumErrors
Visual Studio .NET 2003
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 );
Return Value
An integer whose value represents the total number of errors that can be detected by the Visual C++ run-time error checks.
Requirements
| Routine | Required header | Compatibility |
|---|---|---|
| _RTC_NumErrors | <rtcapi.h> | Win 98, Win Me, Win NT, Win 2000, Win XP |
See Compatibility for additional information.
Libraries
All versions of the C run-time libraries.
See Also
_RTC_GetErrDesc | Run-Time Error Checks Function Reference | RTC sample | Run-Time Routines and .NET Framework Equivalents