Note

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

Access to this page requires authorization. You can try .

MINIDUMP_INCLUDE_MODULE_CALLBACK structure (minidumpapiset.h)

Contains information for the MiniDumpCallback function when the callback type is IncludeModuleCallback.

Syntax

typedef struct _MINIDUMP_INCLUDE_MODULE_CALLBACK {
 ULONG64 BaseOfImage;
} MINIDUMP_INCLUDE_MODULE_CALLBACK, *PMINIDUMP_INCLUDE_MODULE_CALLBACK;

Members

BaseOfImage

The base address of the executable image in memory.

Requirements

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

See also

MINIDUMP_CALLBACK_INPUT

MINIDUMP_CALLBACK_TYPE

MiniDumpCallback


Feedback

Was this page helpful?

Additional resources