Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1.42 KB

rtc-numerrors.md

File metadata and controls

43 lines (30 loc) · 1.42 KB
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
_RTC_NumErrors
msvcrt.dll
msvcr80.dll
msvcr90.dll
msvcr100.dll
msvcr100_clr0400.dll
msvcr110.dll
msvcr110_clr0400.dll
msvcr120.dll
msvcr120_clr0400.dll
ucrtbase.dll
DLLExport
apiref
_RTC_NumErrors
RTC_NumErrors
run-time errors
_RTC_NumErrors function
RTC_NumErrors function
7e82adae-38e2-4f8b-bc0b-37bda8109fd1

_RTC_NumErrors

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.

Syntax

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
_RTC_NumErrors <rtcapi.h>

For more information, see Compatibility.

Libraries

All versions of the C run-time libraries.

See also

_RTC_GetErrDesc
Run-Time Error Checking