ReactOS 0.4.15-dev-7834-g00c4b3d
_MINIDUMP_CALLBACK_OUTPUT Struct Reference

#include <compat.h>

Collaboration diagram for _MINIDUMP_CALLBACK_OUTPUT:

Public Attributes

union {
   ULONG   ModuleWriteFlags
 
   ULONG   ThreadWriteFlags
 
   struct {
      ULONG64   MemoryBase
 
      ULONG   MemorySize
 
   }   DUMMYSTRUCTNAME
 
DUMMYUNIONNAME
 
union {
   ULONG   ModuleWriteFlags
 
   ULONG   ThreadWriteFlags
 
   struct {
      ULONG64   MemoryBase
 
      ULONG   MemorySize
 
   }   DUMMYSTRUCTNAME
 
DUMMYUNIONNAME
 

Detailed Description

Definition at line 1337 of file compat.h.

Member Data Documentation

◆  [1/2]

struct { ... } _MINIDUMP_CALLBACK_OUTPUT::DUMMYSTRUCTNAME

◆  [2/2]

struct { ... } _MINIDUMP_CALLBACK_OUTPUT::DUMMYSTRUCTNAME

◆  [1/2]

union { ... } _MINIDUMP_CALLBACK_OUTPUT::DUMMYUNIONNAME

◆  [2/2]

union { ... } _MINIDUMP_CALLBACK_OUTPUT::DUMMYUNIONNAME

◆ MemoryBase

ULONG64 _MINIDUMP_CALLBACK_OUTPUT::MemoryBase

Definition at line 1345 of file compat.h.

◆ MemorySize

ULONG _MINIDUMP_CALLBACK_OUTPUT::MemorySize

Definition at line 1346 of file compat.h.

◆ ModuleWriteFlags

ULONG _MINIDUMP_CALLBACK_OUTPUT::ModuleWriteFlags

Definition at line 1341 of file compat.h.

Referenced by dump_modules().

◆ ThreadWriteFlags

ULONG _MINIDUMP_CALLBACK_OUTPUT::ThreadWriteFlags

Definition at line 1342 of file compat.h.

Referenced by dump_threads().


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