ReactOS 0.4.16-dev-927-g467dec4
_SYSDBG_LIVEDUMP_CONTROL_FLAGS Union Reference

#include <kdtypes.h>

Collaboration diagram for _SYSDBG_LIVEDUMP_CONTROL_FLAGS:

Public Attributes

struct {
   ULONG   UseDumpStorageStack: 1
 
   ULONG   CompressMemoryPagesData: 1
 
   ULONG   IncludeUserSpaceMemoryPages: 1
 
   ULONG   AbortIfMemoryPressure: 1
 
   ULONG   SelectiveDump: 1
 
   ULONG   Reserved: 27
 
}; 
 
ULONG AsUlong
 

Detailed Description

Definition at line 175 of file kdtypes.h.

Member Data Documentation

◆ 

struct { ... } _SYSDBG_LIVEDUMP_CONTROL_FLAGS::@2544

◆ AbortIfMemoryPressure

ULONG _SYSDBG_LIVEDUMP_CONTROL_FLAGS::AbortIfMemoryPressure

Definition at line 183 of file kdtypes.h.

◆ AsUlong

ULONG _SYSDBG_LIVEDUMP_CONTROL_FLAGS::AsUlong

Definition at line 194 of file kdtypes.h.

◆ CompressMemoryPagesData

ULONG _SYSDBG_LIVEDUMP_CONTROL_FLAGS::CompressMemoryPagesData

Definition at line 180 of file kdtypes.h.

◆ IncludeUserSpaceMemoryPages

ULONG _SYSDBG_LIVEDUMP_CONTROL_FLAGS::IncludeUserSpaceMemoryPages

Definition at line 181 of file kdtypes.h.

◆ Reserved

ULONG _SYSDBG_LIVEDUMP_CONTROL_FLAGS::Reserved

Definition at line 186 of file kdtypes.h.

◆ SelectiveDump

ULONG _SYSDBG_LIVEDUMP_CONTROL_FLAGS::SelectiveDump

Definition at line 185 of file kdtypes.h.

◆ UseDumpStorageStack

ULONG _SYSDBG_LIVEDUMP_CONTROL_FLAGS::UseDumpStorageStack

Definition at line 179 of file kdtypes.h.


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