26 "The stack pointer was wrong after returning from a function call.",
27 "Data was lost when a type was converted to a smaller type.",
28 "The stack near a local variable was corrupted.",
29 "An uninitialized local variable was used.",
30 "The stack around an alloca was corrupted.",
52 return "Invalid/Unknown error.";
void __cdecl __debugbreak(void)
int(__cdecl * _RTC_error_fn)(int, const char *, int, const char *, const char *,...)
int(__cdecl * _RTC_error_fnW)(int, const wchar_t *, int, const wchar_t *, const wchar_t *,...)
_RTC_error_fn __cdecl _RTC_SetErrorFunc(_RTC_error_fn new_fn)
const char *__cdecl _RTC_GetErrDesc(_RTC_ErrorNumber _Errnum)
_RTC_error_fnW __cdecl _RTC_SetErrorFuncW(_RTC_error_fnW new_fn)
int __cdecl _RTC_SetErrorType(_RTC_ErrorNumber _Errnum, int _ErrType)
int __cdecl _RTC_NumErrors(void)
static char * _RTC_ErrorDescription[]
int __cdecl _RTC_DefaultErrorFuncW(int errType, const wchar_t *file, int line, const wchar_t *module, const wchar_t *format,...)
_RTC_error_fnW _RTC_pErrorFuncW