नोट
इस पृष्ठ तक पहुंच के लिए प्राधिकरण की आवश्यकता होती है। आप साइन इन करने या निर्देशिकाएँ बदलने का प्रयास कर सकते हैं।
इस पृष्ठ तक पहुंच के लिए प्राधिकरण की आवश्यकता होती है। आप निर्देशिकाएँ बदलने का प्रयास कर सकते हैं।
Designates a function as the handler for reporting run-time error checks (RTCs). This function is deprecated; use _RTC_SetErrorFuncW instead.
Syntax
_RTC_error_fn _RTC_SetErrorFunc(
_RTC_error_fn function
);
Parameters
function
The address of the function that will handle run-time error checks.
Return value
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.
Requirements
| Routine | Required header |
|---|---|
_RTC_SetErrorFunc |
<rtcapi.h> |
For more information, see Compatibility.
Libraries
All versions of the C run-time libraries.