ReactOS 0.4.15-dev-8058-ga7cbb60
_MINIDUMP_CALLBACK_INPUT Struct Reference

#include <compat.h>

Collaboration diagram for _MINIDUMP_CALLBACK_INPUT:

Public Attributes

ULONG ProcessId
 
HANDLE ProcessHandle
 
ULONG CallbackType
 
union {
   MINIDUMP_THREAD_CALLBACK   Thread
 
   MINIDUMP_THREAD_EX_CALLBACK   ThreadEx
 
   MINIDUMP_MODULE_CALLBACK   Module
 
   MINIDUMP_INCLUDE_THREAD_CALLBACK   IncludeThread
 
   MINIDUMP_INCLUDE_MODULE_CALLBACK   IncludeModule
 
DUMMYUNIONNAME
 
union {
   MINIDUMP_THREAD_CALLBACK   Thread
 
   MINIDUMP_THREAD_EX_CALLBACK   ThreadEx
 
   MINIDUMP_MODULE_CALLBACK   Module
 
   MINIDUMP_INCLUDE_THREAD_CALLBACK   IncludeThread
 
   MINIDUMP_INCLUDE_MODULE_CALLBACK   IncludeModule
 
DUMMYUNIONNAME
 

Detailed Description

Definition at line 1323 of file compat.h.

Member Data Documentation

◆ CallbackType

ULONG _MINIDUMP_CALLBACK_INPUT::CallbackType

Definition at line 1327 of file compat.h.

Referenced by dump_modules(), and dump_threads().

◆  [1/2]

union { ... } _MINIDUMP_CALLBACK_INPUT::DUMMYUNIONNAME

◆  [2/2]

union { ... } _MINIDUMP_CALLBACK_INPUT::DUMMYUNIONNAME

◆ IncludeModule

MINIDUMP_INCLUDE_MODULE_CALLBACK _MINIDUMP_CALLBACK_INPUT::IncludeModule

Definition at line 1334 of file compat.h.

◆ IncludeThread

MINIDUMP_INCLUDE_THREAD_CALLBACK _MINIDUMP_CALLBACK_INPUT::IncludeThread

Definition at line 1333 of file compat.h.

◆ Module

MINIDUMP_MODULE_CALLBACK _MINIDUMP_CALLBACK_INPUT::Module

Definition at line 1332 of file compat.h.

Referenced by dump_modules().

◆ ProcessHandle

HANDLE _MINIDUMP_CALLBACK_INPUT::ProcessHandle

Definition at line 1326 of file compat.h.

Referenced by dump_modules(), and dump_threads().

◆ ProcessId

ULONG _MINIDUMP_CALLBACK_INPUT::ProcessId

Definition at line 1325 of file compat.h.

Referenced by dump_modules(), and dump_threads().

◆ Thread

MINIDUMP_THREAD_CALLBACK _MINIDUMP_CALLBACK_INPUT::Thread

Definition at line 1330 of file compat.h.

Referenced by dump_threads().

◆ ThreadEx

MINIDUMP_THREAD_EX_CALLBACK _MINIDUMP_CALLBACK_INPUT::ThreadEx

Definition at line 1331 of file compat.h.


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