MINIDUMP_INCLUDE_MODULE_CALLBACK Structure

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

Header: Declared in dbghelp.h.

See also

MINIDUMP_CALLBACK_INPUT

MINIDUMP_CALLBACK_TYPE

MiniDumpCallback