หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
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.