Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Retrieves the current application-defined function for dumping the _CLIENT_BLOCK type memory blocks (debug version only).
Syntax
_CRT_DUMP_CLIENT _CrtGetDumpClient( void );
Return value
Returns the current dump routine.
Remarks
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.
Requirements
| Routine | Required header |
|---|---|
_CrtGetDumpClient |
<crtdbg.h> |
For more compatibility information, see Compatibility.
Libraries
Debug versions of C run-time libraries only.