|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <corecrt_internal.h>#include <corecrt_internal_traits.h>#include <intrin.h>#include <malloc.h>#include <minmax.h>#include <signal.h>#include <stdarg.h>#include <stdio.h>#include <stdlib.h>
Go to the source code of this file.
Macros | |
| #define | MAXLINELEN 64 |
Variables | |
| _CRT_REPORT_HOOK | _pfnReportHook |
| __crt_report_hook_node< char > * | _pReportHookList |
| __crt_report_hook_node< wchar_t > * | _pReportHookListW |
| static wchar_t const *const | report_type_messages [_CRT_ERRCNT] |
| static wchar_t const *const | more_info_string |
| #define MAXLINELEN 64 |
Definition at line 204 of file dbgrpt.cpp.
| int __cdecl __acrt_MessageWindowA | ( | int const | report_type, |
| void *const | return_address, | ||
| char const *const | file_name, | ||
| char const *const | line_number, | ||
| char const *const | module_name, | ||
| char const *const | user_message | ||
| ) |
Definition at line 443 of file dbgrpt.cpp.
Referenced by _VCrtDbgReportA().
| int __cdecl __acrt_MessageWindowW | ( | int const | report_type, |
| void *const | return_address, | ||
| wchar_t const *const | file_name, | ||
| wchar_t const *const | line_number, | ||
| wchar_t const *const | module_name, | ||
| wchar_t const *const | user_message | ||
| ) |
Definition at line 455 of file dbgrpt.cpp.
Referenced by _VCrtDbgReportW().
| int __cdecl _CrtDbgReport | ( | int const | report_type, |
| char const *const | file_name, | ||
| int const | line_number, | ||
| char const *const | module_name, | ||
| char const *const | format, | ||
| ... | |||
| ) |
Definition at line 253 of file dbgrpt.cpp.
| int __cdecl _CrtDbgReportW | ( | int const | report_type, |
| wchar_t const *const | file_name, | ||
| int const | line_number, | ||
| wchar_t const *const | module_name, | ||
| wchar_t const *const | format, | ||
| ... | |||
| ) |
Definition at line 268 of file dbgrpt.cpp.
Definition at line 188 of file dbgrpt.cpp.
Definition at line 196 of file dbgrpt.cpp.
|
static | ||||||||||||||||||||||||||||||||||||
Definition at line 316 of file dbgrpt.cpp.
Referenced by __acrt_MessageWindowA(), and __acrt_MessageWindowW().
Definition at line 88 of file dbgrpt.cpp.
Definition at line 47 of file dbgrpt.cpp.
Referenced by common_message_window().
Definition at line 52 of file dbgrpt.cpp.
|
static | ||||||||||||||
Definition at line 35 of file dbgrpt.cpp.
| _CRT_REPORT_HOOK _pfnReportHook |
Definition at line 30 of file dbgrpt.cpp.
| __crt_report_hook_node<char>* _pReportHookList |
Definition at line 31 of file dbgrpt.cpp.
Referenced by get_report_hook_list().
| __crt_report_hook_node<wchar_t>* _pReportHookListW |
Definition at line 32 of file dbgrpt.cpp.
Referenced by get_report_hook_list().
Definition at line 57 of file dbgrpt.cpp.
Referenced by common_message_window().
|
static |
Definition at line 37 of file dbgrpt.cpp.
Referenced by common_message_window().