INtime SDK Help
_CrtGetDumpClient
INtime SDK v7.1 > About INtime > Other system libraries > Heaps and memory pools > Using the Debug Heap > Types of Blocks on the Debug Heap > _CrtGetDumpClient

Retrieves the current application-defined function for dumping the _CLIENT_BLOCK type memory blocks (debug version only).

_CRT_DUMP_CLIENT __cdecl _CrtGetDumpClient (void);

Parameters

None.

Remarks

_CrtGetDumpClient retrieves the current hook function for dumping objects stored in the _CLIENT_BLOCK memory blocks for the C runtime debug memory dump process.

For more information about using other hook-capable runtime functions and writing your own client-defined hook functions, see Writing Your Own Debug Hook Functions.

Return Values

The current dump routine.

Requirements

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