_RTC_SetErrorFunc
Visual Studio 2005
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 );
Parameters
- function
-
The address of the function that will handle run-time error checks.
| Routine | Required header | Compatibility |
|---|---|---|
| _RTC_SetErrorFunc | <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.
Libraries
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.