Expand Minimize
0 out of 2 rated this helpful - Rate this topic

MINIDUMP_CALLBACK_INFORMATION structure

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

Redistributable

DbgHelp.dll 5.1 or later

Header

DbgHelp.h

See also

MiniDumpCallback
MiniDumpWriteDump

 

 

Send comments about this topic to Microsoft

Build date: 10/26/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.