This topic has not yet been rated - Rate this topic

MINIDUMP_SECONDARY_FLAGS enumeration

Specifies the secondary flags for the minidump.

Syntax


typedef enum  { 
  MiniSecondaryWithoutPowerInfo  = 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

DbgHelp.dll 6.6 or later

Header

Dbghelp.h

See also

MINIDUMP_MISC_INFO_2

 

 

Send comments about this topic to Microsoft

Build date: 10/26/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.