FILTER_DUMP_TYPE enumeration (ntdddump.h)

The FILTER_DUMP_TYPE enumeration indicates the type of dump stack that this instance of the filter driver is loaded on.

Syntax

typedef enum _FILTER_DUMP_TYPE {
  DumpTypeUndefined,
  DumpTypeCrashdump,
  DumpTypeHibernation
} FILTER_DUMP_TYPE, *PFILTER_DUMP_TYPE;

Constants

 
DumpTypeUndefined
This dump type is undefined.
DumpTypeCrashdump
This dump type is for the crash dump stack.
DumpTypeHibernation
This dump type is for hibernation.

Requirements

Requirement Value
Minimum supported client Available starting with Windows Vista and Windows Server 2008.
Header ntdddump.h (include Ntdddump.h)