_RTC_NumErrors
Visual Studio 2005
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 );
| Routine | Required header | Compatibility |
|---|---|---|
| _RTC_NumErrors | <rtcapi.h> | Windows 95, Windows 98, Windows 98 Second Edition, Windows Millennium Edition, Windows Millennium Edition, Windows NT 4.0, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 |
For more information, see Compatibility.
All versions of the C run-time libraries.
Not applicable. To call the standard C function, use PInvoke. For more information, see Platform Invoke Examples.