MINIDUMP_SECONDARY_FLAGS Enumeration

Specifies the secondary flags for the minidump.

Syntax

typedef enum _MINIDUMP_SECONDARY_FLAGS
{
    MiniSecondaryWithoutPowerInfo = 0x00000001,
    MiniSecondaryValidFlags = 0x00000001
} MINIDUMP_SECONDARY_FLAGS;  

Constants

Constant Description
MiniSecondaryWithoutPowerInfo The minidump information does not retrieve the processor power information contained in the MINIDUMP_MISC_INFO_2 structure.
MiniSecondaryValidFlags Indicates the end of the enumeration.

Requirements

Header: Declared in dbghelp.h.

See also

MINIDUMP_MISC_INFO_2