INtime SDK Help
_CrtGetReportHook
INtime SDK v7.1 > About INtime > Other system libraries > Heaps and memory pools > Using the Debug Heap > Writing your own debug hook functions > _CrtGetReportHook

Retrieves the client-defined debug reporting function.

_CRT_REPORT_HOOK _CrtGetReportHook (void);

Parameters

None.

Remarks

_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.

Return Values

The current client-defined reporting function.

Requirements

Versions Defined in Include Link to
INtime 3.13 intime/rt/include/crtdbg.h crtdbg.h clib.lib
   
See Also