MINIDUMP_SECONDARY_FLAGS Enumeration
Specifies the secondary flags for the minidump.
typedef enum { MiniSecondaryWithoutPowerInfo= 0x00000001 }MINIDUMP_SECONDARY_FLAGS;
- MiniSecondaryWithoutPowerInfo
The minidump information does not retrieve the processor power information contained in the MINIDUMP_MISC_INFO_2 structure.
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
Send comments about this topic to Microsoft
Build date: 9/25/2007
© 2007 Microsoft Corporation. All rights reserved.