description | title | ms.date | api_name | api_location | api_type | topic_type | f1_keywords | helpviewer_keywords | ms.assetid | |||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Learn more about: _CrtGetDumpClient |
_CrtGetDumpClient |
11/04/2016 |
|
|
|
|
|
|
9051867f-341b-493b-b53d-45d2b454a3ad |
Retrieves the current application-defined function for dumping the _CLIENT_BLOCK
type memory blocks (debug version only).
_CRT_DUMP_CLIENT _CrtGetDumpClient( void );
Returns the current dump routine.
The _CrtGetDumpClient
function retrieves the current hook function for dumping objects stored in the _CLIENT_BLOCK
memory blocks.
For more information about using other hook-capable run-time functions and writing your own client-defined hook functions, see Debug hook function writing.
Routine | Required header |
---|---|
_CrtGetDumpClient |
<crtdbg.h> |
For more compatibility information, see Compatibility.
Debug versions of C run-time libraries only.