Partager via


structure MINIDUMP_INCLUDE_MODULE_CALLBACK (minidumpapiset.h)

Contient des informations pour la fonction MiniDumpCallback lorsque le type de rappel est IncludeModuleCallback.

Syntaxe

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

Membres

BaseOfImage

Adresse de base de l’image exécutable en mémoire.

Spécifications

   
En-tête minidumpapiset.h (inclure DbgHelp.h)
Composant redistribuable DbgHelp.dll 5.1 ou version ultérieure

Voir aussi

MINIDUMP_CALLBACK_INPUT

MINIDUMP_CALLBACK_TYPE

MiniDumpCallback