MINIDUMP_SECONDARY_FLAGS enumeration (minidumpapiset.h)
Specifies the secondary flags for the minidump.
Syntax
typedef enum _MINIDUMP_SECONDARY_FLAGS {
MiniSecondaryWithoutPowerInfo = 0x00000001,
MiniSecondaryValidFlags = 0x00000001
} MINIDUMP_SECONDARY_FLAGS;
Constants
MiniSecondaryWithoutPowerInfo Value: 0x00000001 The minidump information does not retrieve the processor power information contained in the MINIDUMP_MISC_INFO_2 structure. |
MiniSecondaryValidFlags Value: 0x00000001 |
Requirements
Requirement | Value |
---|---|
Header | minidumpapiset.h (include Dbghelp.h) |
Redistributable | DbgHelp.dll 6.6 or later |