MINIDUMP_INCLUDE_MODULE_CALLBACK Structure

Debug Help Library

MINIDUMP_INCLUDE_MODULE_CALLBACK Structure

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;

Members

BaseOfImage

The base address of the executable image in memory.

Requirements

Redistributable

Requires DbgHelp.dll 5.1 or later.

Header

Declared in DbgHelp.h.

See Also

MINIDUMP_CALLBACK_INPUT
MINIDUMP_CALLBACK_TYPE
MiniDumpCallback


Send comments about this topic to Microsoft

Build date: 9/25/2007

© 2007 Microsoft Corporation. All rights reserved.