MINIDUMP_CALLBACK_INFORMATION Structure
Contains a pointer to an optional callback function that can be used by the MiniDumpWriteDump function.
typedef struct _MINIDUMP_CALLBACK_INFORMATION {
MINIDUMP_CALLBACK_ROUTINE CallbackRoutine;
PVOID CallbackParam; } MINIDUMP_CALLBACK_INFORMATION,
*PMINIDUMP_CALLBACK_INFORMATION;
Members
- CallbackRoutine
A pointer to the MiniDumpCallback callback function.
- CallbackParam
The application-defined data for CallbackRoutine.
Requirements
Redistributable |
Requires DbgHelp.dll 5.1 or later. |
---|---|
Header |
Declared in DbgHelp.h. |
See Also
MiniDumpCallback
MiniDumpWriteDump
Send comments about this topic to Microsoft
Build date: 9/25/2007
© 2007 Microsoft Corporation. All rights reserved.