ReactOS 0.4.15-dev-7924-g5949c20
_MINIDUMP_MISC_INFO Struct Reference

#include <dbghelp.h>

Public Attributes

ULONG SizeOfInfo
 
ULONG Flags1
 
ULONG ProcessId
 
ULONG ProcessCreateTime
 
ULONG ProcessUserTime
 
ULONG ProcessKernelTime
 

Detailed Description

Definition at line 829 of file dbghelp.h.

Member Data Documentation

◆ Flags1

ULONG _MINIDUMP_MISC_INFO::Flags1

Definition at line 832 of file dbghelp.h.

Referenced by dump_misc_info().

◆ ProcessCreateTime

ULONG _MINIDUMP_MISC_INFO::ProcessCreateTime

Definition at line 834 of file dbghelp.h.

Referenced by dump_misc_info().

◆ ProcessId

ULONG _MINIDUMP_MISC_INFO::ProcessId

Definition at line 833 of file dbghelp.h.

Referenced by dump_misc_info().

◆ ProcessKernelTime

ULONG _MINIDUMP_MISC_INFO::ProcessKernelTime

Definition at line 836 of file dbghelp.h.

Referenced by dump_misc_info().

◆ ProcessUserTime

ULONG _MINIDUMP_MISC_INFO::ProcessUserTime

Definition at line 835 of file dbghelp.h.

Referenced by dump_misc_info().

◆ SizeOfInfo

ULONG _MINIDUMP_MISC_INFO::SizeOfInfo

Definition at line 831 of file dbghelp.h.

Referenced by dump_misc_info().


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