ReactOS 0.4.16-dev-927-g467dec4
|
#include <corecrt_internal.h>
#include <errno.h>
#include <malloc.h>
#include <minmax.h>
#include <stdio.h>
#include <stdlib.h>
Go to the source code of this file.
Macros | |
#define | _DEBUG |
#define | ASSERTINTRO1 "Assertion failed: " |
#define | ASSERTINTRO2 "Assertion failed!" |
Functions | |
int __cdecl | __acrt_MessageWindowA (int report_type, void *return_address, char const *file_name, char const *line_number, char const *module_name, char const *user_message) |
int __cdecl | __acrt_MessageWindowW (int report_type, void *return_address, wchar_t const *file_name, wchar_t const *line_number, wchar_t const *module_name, wchar_t const *user_message) |
int __cdecl | _CrtSetReportMode (int nRptType, int fMode) |
_HFILE __cdecl | _CrtSetReportFile (int nRptType, _HFILE hFile) |
_CRT_REPORT_HOOK __cdecl | _CrtSetReportHook (_CRT_REPORT_HOOK pfnNewHook) |
_CRT_REPORT_HOOK __cdecl | _CrtGetReportHook (void) |
int __cdecl | _VCrtDbgReportA (int nRptType, void *returnAddress, char const *szFile, int nLine, char const *szModule, char const *szFormat, va_list arglist) |
int __cdecl | _VCrtDbgReportW (int nRptType, void *returnAddress, wchar_t const *szFile, int nLine, wchar_t const *szModule, wchar_t const *szFormat, va_list arglist) |
Variables | |
_CRT_REPORT_HOOK | _pfnReportHook |
__crt_report_hook_node< char > * | _pReportHookList |
__crt_report_hook_node< wchar_t > * | _pReportHookListW |
long | _crtAssertBusy = -1 |
int | _CrtDbgMode [_CRT_ERRCNT] |
_HFILE | _CrtDbgFile [_CRT_ERRCNT] |
#define _DEBUG |
Definition at line 12 of file dbgrptt.cpp.
#define ASSERTINTRO1 "Assertion failed: " |
Definition at line 214 of file dbgrptt.cpp.
#define ASSERTINTRO2 "Assertion failed!" |
Definition at line 215 of file dbgrptt.cpp.
int __cdecl __acrt_MessageWindowA | ( | int | report_type, |
void * | return_address, | ||
char const * | file_name, | ||
char const * | line_number, | ||
char const * | module_name, | ||
char const * | user_message | ||
) |
Definition at line 443 of file dbgrpt.cpp.
Referenced by _VCrtDbgReportA().
int __cdecl __acrt_MessageWindowW | ( | int | report_type, |
void * | return_address, | ||
wchar_t const * | file_name, | ||
wchar_t const * | line_number, | ||
wchar_t const * | module_name, | ||
wchar_t const * | user_message | ||
) |
Definition at line 455 of file dbgrpt.cpp.
Referenced by _VCrtDbgReportW().
_CRT_REPORT_HOOK __cdecl _CrtGetReportHook | ( | void | ) |
Definition at line 209 of file dbgrptt.cpp.
Definition at line 143 of file dbgrptt.cpp.
_CRT_REPORT_HOOK __cdecl _CrtSetReportHook | ( | _CRT_REPORT_HOOK | pfnNewHook | ) |
Definition at line 187 of file dbgrptt.cpp.
Definition at line 101 of file dbgrptt.cpp.
int __cdecl _VCrtDbgReportA | ( | int | nRptType, |
void * | returnAddress, | ||
char const * | szFile, | ||
int | nLine, | ||
char const * | szModule, | ||
char const * | szFormat, | ||
va_list | arglist | ||
) |
Definition at line 241 of file dbgrptt.cpp.
int __cdecl _VCrtDbgReportW | ( | int | nRptType, |
void * | returnAddress, | ||
wchar_t const * | szFile, | ||
int | nLine, | ||
wchar_t const * | szModule, | ||
wchar_t const * | szFormat, | ||
va_list | arglist | ||
) |
Definition at line 461 of file dbgrptt.cpp.
long _crtAssertBusy = -1 |
Definition at line 49 of file dbgrptt.cpp.
Referenced by _VCrtDbgReportA(), and _VCrtDbgReportW().
_HFILE _CrtDbgFile[_CRT_ERRCNT] |
Definition at line 77 of file dbgrptt.cpp.
Referenced by _CrtSetReportFile(), _VCrtDbgReportA(), and _VCrtDbgReportW().
int _CrtDbgMode[_CRT_ERRCNT] |
Definition at line 70 of file dbgrptt.cpp.
Referenced by _CrtSetReportMode(), _VCrtDbgReportA(), and _VCrtDbgReportW().
_CRT_REPORT_HOOK _pfnReportHook |
Definition at line 44 of file dbgrptt.cpp.
Referenced by _CrtGetReportHook(), _CrtSetReportHook(), _VCrtDbgReportA(), and _VCrtDbgReportW().
__crt_report_hook_node<char>* _pReportHookList |
Definition at line 46 of file dbgrptt.cpp.
Referenced by _VCrtDbgReportA(), and _VCrtDbgReportW().
__crt_report_hook_node<wchar_t>* _pReportHookListW |
Definition at line 47 of file dbgrptt.cpp.
Referenced by _VCrtDbgReportA(), and _VCrtDbgReportW().