ReactOS 0.4.16-dev-297-gc569aee
|
#include <rtcapi.h>
Go to the source code of this file.
Functions | |
int __cdecl | _RTC_DefaultErrorFuncW (int errType, const wchar_t *file, int line, const wchar_t *module, const wchar_t *format,...) |
int __cdecl | _RTC_NumErrors (void) |
const char *__cdecl | _RTC_GetErrDesc (_RTC_ErrorNumber _Errnum) |
int __cdecl | _RTC_SetErrorType (_RTC_ErrorNumber _Errnum, int _ErrType) |
_RTC_error_fn __cdecl | _RTC_SetErrorFunc (_RTC_error_fn new_fn) |
_RTC_error_fnW __cdecl | _RTC_SetErrorFuncW (_RTC_error_fnW new_fn) |
Variables | |
_RTC_error_fnW | _RTC_pErrorFuncW |
static char * | _RTC_ErrorDescription [] |
int __cdecl _RTC_DefaultErrorFuncW | ( | int | errType, |
const wchar_t * | file, | ||
int | line, | ||
const wchar_t * | module, | ||
const wchar_t * | format, | ||
... | |||
) |
Definition at line 37 of file rtcapi.c.
Referenced by _CRT_RTC_INITW0(), and _RTC_SetErrorFuncW().
const char *__cdecl _RTC_GetErrDesc | ( | _RTC_ErrorNumber | _Errnum | ) |
Definition at line 44 of file rtcuserapi.c.
Definition at line 35 of file rtcuserapi.c.
_RTC_error_fn __cdecl _RTC_SetErrorFunc | ( | _RTC_error_fn | new_fn | ) |
Definition at line 68 of file rtcuserapi.c.
_RTC_error_fnW __cdecl _RTC_SetErrorFuncW | ( | _RTC_error_fnW | new_fn | ) |
Definition at line 78 of file rtcuserapi.c.
Referenced by _RTC_InitBase().
int __cdecl _RTC_SetErrorType | ( | _RTC_ErrorNumber | _Errnum, |
int | _ErrType | ||
) |
Definition at line 57 of file rtcuserapi.c.
|
static |
Definition at line 24 of file rtcuserapi.c.
Referenced by _RTC_GetErrDesc().
|
extern |
Definition at line 50 of file rtcapi.c.
Referenced by _RTC_CheckStackVars(), _RTC_CheckStackVars2(), _RTC_Failure(), _RTC_SetErrorFuncW(), and _RTC_UninitUse().