| description |
Learn more about: _RTC_SetErrorFunc |
| title |
_RTC_SetErrorFunc |
| ms.date |
11/04/2016 |
| api_name |
|
| api_location |
msvcrt.dll |
msvcr80.dll |
msvcr90.dll |
msvcr100.dll |
msvcr100_clr0400.dll |
msvcr110.dll |
msvcr110_clr0400.dll |
msvcr120.dll |
msvcr120_clr0400.dll |
ucrtbase.dll |
|
| api_type |
|
| topic_type |
|
| f1_keywords |
RTC_SetErrorFunc |
_RTC_SetErrorFunc |
|
| helpviewer_keywords |
RTC_SetErrorFunc function |
_RTC_SetErrorFunc function |
|
| ms.assetid |
b2292722-0d83-4092-83df-3d5b19880666 |
Designates a function as the handler for reporting run-time error checks (RTCs). This function is deprecated; use _RTC_SetErrorFuncW instead.
_RTC_error_fn _RTC_SetErrorFunc(
_RTC_error_fn function
);
function
The address of the function that will handle run-time error checks.
The previously defined error function. If there's no previously defined function, returns NULL.
Remarks
Don't use this function; instead, use _RTC_SetErrorFuncW. It's retained only for backward compatibility.
| Routine |
Required header |
_RTC_SetErrorFunc |
<rtcapi.h> |
For more information, see Compatibility.
All versions of the C run-time libraries.
_CrtDbgReport, _CrtDbgReportW
Runtime error checking