Specifies the secondary flags for the minidump.
typedef enum _MINIDUMP_SECONDARY_FLAGS
{
MiniSecondaryWithoutPowerInfo = 0x00000001,
MiniSecondaryValidFlags = 0x00000001
} MINIDUMP_SECONDARY_FLAGS;
| 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. |
Header: Declared in dbghelp.h.