MINIDUMP_SECONDARY_FLAGS Enumeration

Debug Help Library

MINIDUMP_SECONDARY_FLAGS Enumeration

Specifies the secondary flags for the minidump.

typedef enum 
{
  MiniSecondaryWithoutPowerInfo
MiniSecondaryWithoutPowerInfo

The minidump information does not retrieve the processor power information contained in the MINIDUMP_MISC_INFO_2 structure.

= 0x00000001 }MINIDUMP_SECONDARY_FLAGS;

Constants

MiniSecondaryWithoutPowerInfo

The minidump information does not retrieve the processor power information contained in the MINIDUMP_MISC_INFO_2 structure.

Requirements

Redistributable

Requires DbgHelp.dll 6.6 or later.

Header

Declared in Dbghelp.h.

See Also

MINIDUMP_MISC_INFO_2

Send comments about this topic to Microsoft

Build date: 9/25/2007

© 2007 Microsoft Corporation. All rights reserved.