Contains information for the MiniDumpCallback function when the callback type is IncludeModuleCallback.
typedef struct _MINIDUMP_INCLUDE_MODULE_CALLBACK {
ULONG64 BaseOfImage;
} MINIDUMP_INCLUDE_MODULE_CALLBACK, *PMINIDUMP_INCLUDE_MODULE_CALLBACK;
BaseOfImage
The base address of the executable image in memory.
Header: Declared in dbghelp.h.