Retrieves the client-defined debug reporting function.
_CRT_REPORT_HOOK _CrtGetReportHook (void);
None.
_CrtGetReportHook allows an application to retrieve the current reporting function for the C run-time debug library reporting process.
For more information about using other hook-capable run-time functions and writing your own client-defined hook functions, see Writing Your Own Debug Hook Functions.
The current client-defined reporting function.
Versions | Defined in | Include | Link to |
---|---|---|---|
INtime 3.13 | intime/rt/include/crtdbg.h | crtdbg.h | clib.lib |