_RTC_GetErrDesc
Visual Studio .NET 2003
Returns a brief description of a run-time error check (RTC) type.
const char * _RTC_GetErrDesc( _RTC_ErrorNumber errnum );
Parameters
- errnum
- A number between zero and one less than the value returned by _RTC_NumErrors.
Return Value
A character string that contains a short description of one of the error types detected by the run-time error check system. If error is less than zero or greater than or equal to the value returned by _RTC_NumErrors, _RTC_GetErrDesc will return NULL.
Requirements
| Routine | Required header | Compatibility |
|---|---|---|
| _RTC_GetErrDesc | <rtcapi.h> | Win 98, Win Me, Win NT, Win 2000, Win XP |
See Compatibility for additional information.
Libraries
All versions of the C run-time libraries.
See Also
_RTC_NumErrors | Run-Time Error Checks Function Reference | RTC sample | Run-Time Routines and .NET Framework Equivalents