ReactOS 0.4.15-dev-8058-ga7cbb60
_MINIDUMP_MODULE_CALLBACK Struct Reference

#include <compat.h>

Collaboration diagram for _MINIDUMP_MODULE_CALLBACK:

Public Attributes

PWCHAR FullPath
 
ULONG64 BaseOfImage
 
ULONG SizeOfImage
 
ULONG CheckSum
 
ULONG TimeDateStamp
 
VS_FIXEDFILEINFO VersionInfo
 
PVOID CvRecord
 
ULONG SizeOfCvRecord
 
PVOID MiscRecord
 
ULONG SizeOfMiscRecord
 

Detailed Description

Definition at line 1302 of file compat.h.

Member Data Documentation

◆ BaseOfImage

ULONG64 _MINIDUMP_MODULE_CALLBACK::BaseOfImage

Definition at line 1305 of file compat.h.

Referenced by dump_modules().

◆ CheckSum

ULONG _MINIDUMP_MODULE_CALLBACK::CheckSum

Definition at line 1307 of file compat.h.

Referenced by dump_modules().

◆ CvRecord

PVOID _MINIDUMP_MODULE_CALLBACK::CvRecord

Definition at line 1310 of file compat.h.

Referenced by dump_modules().

◆ FullPath

PWCHAR _MINIDUMP_MODULE_CALLBACK::FullPath

Definition at line 1304 of file compat.h.

Referenced by dump_modules().

◆ MiscRecord

PVOID _MINIDUMP_MODULE_CALLBACK::MiscRecord

Definition at line 1312 of file compat.h.

Referenced by dump_modules().

◆ SizeOfCvRecord

ULONG _MINIDUMP_MODULE_CALLBACK::SizeOfCvRecord

Definition at line 1311 of file compat.h.

Referenced by dump_modules().

◆ SizeOfImage

ULONG _MINIDUMP_MODULE_CALLBACK::SizeOfImage

Definition at line 1306 of file compat.h.

Referenced by dump_modules().

◆ SizeOfMiscRecord

ULONG _MINIDUMP_MODULE_CALLBACK::SizeOfMiscRecord

Definition at line 1313 of file compat.h.

Referenced by dump_modules().

◆ TimeDateStamp

ULONG _MINIDUMP_MODULE_CALLBACK::TimeDateStamp

Definition at line 1308 of file compat.h.

Referenced by dump_modules().

◆ VersionInfo

VS_FIXEDFILEINFO _MINIDUMP_MODULE_CALLBACK::VersionInfo

Definition at line 1309 of file compat.h.

Referenced by dump_modules().


The documentation for this struct was generated from the following files: