Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

MINIDUMP_CALLBACK_INFORMATION structure (minidumpapiset.h)

Contains a pointer to an optional callback function that can be used by the MiniDumpWriteDump function.

Syntax

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

Requirement Value
Header minidumpapiset.h (include DbgHelp.h)
Redistributable DbgHelp.dll 5.1 or later

See also

MiniDumpCallback

MiniDumpWriteDump


Feedback

Was this page helpful?

Additional resources